forked from science-ation/science-ation
e98ec8751b
schedule shows event types in different colours add tabs to schedule editor windor for each event type forward port ENUM changes to tableeditor fix bug in emit_minute_selector
4 lines
179 B
SQL
4 lines
179 B
SQL
ALTER TABLE `schedule` ADD `somaxteams` INT NOT NULL;
|
|
ALTER TABLE `events` ADD `eventtype` ENUM( 'general', 'scienceolympic', 'sciencefairjudging', 'tour' ) NOT NULL AFTER `id`;
|
|
|