Fix SQL Server migration
This commit is contained in:
parent
c9c1872067
commit
e7fcf07c92
|
|
@ -12,7 +12,7 @@ const VERSION = 2;
|
|||
|
||||
function version_2(PDO $pdo)
|
||||
{
|
||||
$pdo->exec("ALTER TABLE dbo.users ADD COLUMN theme nvarchar(50) DEFAULT N'light' NOT NULL");
|
||||
$pdo->exec("ALTER TABLE dbo.users ADD theme nvarchar(50) DEFAULT N'light' NOT NULL");
|
||||
}
|
||||
|
||||
function version_1(PDO $pdo)
|
||||
|
|
|
|||
Loading…
Reference in New Issue