forked from science-ation/science-ation
Add another missing semi-colon
This commit is contained in:
parent
f22dfb3c93
commit
8aaff3cbd7
@ -1,3 +1,3 @@
|
||||
ALTER TABLE `emailqueue` ADD `numfailed` INT NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `emailqueue` ADD `numbounced` INT NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `emailqueue_recipients` ADD `result` ENUM( 'ok', 'failed' ) NULL DEFAULT NULL
|
||||
ALTER TABLE `emailqueue_recipients` ADD `result` ENUM( 'ok', 'failed' ) NULL DEFAULT NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user