Sneak in one more update to 172

This commit is contained in:
james 2010-06-03 19:29:31 +00:00
parent 14308b5991
commit 36024b63ca

View File

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