wrong syntax in upgrade SQL

This commit is contained in:
Sebastian Grewe 2013-06-09 15:31:38 +02:00
parent b2b853d3e0
commit af9d2aed95

View File

@ -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,