forked from science-ation/science-ation
Add missing ; to end of old db update 161.sql
This commit is contained in:
parent
ca48277fb0
commit
3c3a76d8ac
@ -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…
x
Reference in New Issue
Block a user