forked from science-ation/science-ation
Sneak in one more update to 172
This commit is contained in:
parent
14308b5991
commit
36024b63ca
@ -5,3 +5,4 @@ CREATE TABLE `conferences` (
|
||||
`status` ENUM( 'pending', 'running', 'ended' ) NOT NULL
|
||||
) ENGINE = MYISAM ;
|
||||
ALTER TABLE `config` ADD `conferences_id` INT NULL DEFAULT NULL;
|
||||
ALTER TABLE `dates` ADD `conferences_id` INT NULL DEFAULT NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user