Skip to content

Commit 848b6cf

Browse files
committed
Fix post-upgrade not-nullification
1 parent 3809310 commit 848b6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/upgrade/v0.3.0-to-v0.4.0.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
]);
2727
}
2828

29-
$db->exec('ALTER TABLE faqoff_entry ALTER COLUMN uniqueid NOT NULL');
29+
$db->exec('ALTER TABLE faqoff_entry ALTER COLUMN uniqueid SET NOT NULL');

0 commit comments

Comments
 (0)