wrong syntax in upgrade SQL
This commit is contained in:
parent
b2b853d3e0
commit
af9d2aed95
@ -1,4 +1,4 @@
|
||||
ALTER TABLE `notifications` ADD `account_id` INT UNSIGNED NULL DEFAULT NULL , ADD INDEX ( `account_id` )
|
||||
ALTER TABLE `notifications` ADD `account_id` INT UNSIGNED NULL DEFAULT NULL , ADD INDEX ( `account_id` );
|
||||
CREATE TABLE IF NOT EXISTS `notification_settings` (
|
||||
`type` varchar(15) NOT NULL,
|
||||
`account_id` int(11) NOT NULL,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user