forked from science-ation/science-ation
6c4a54fe94
Also add a temporary year field to the conferences table, to make migration easier (easier to find a conference id for a given science fair year)
3 lines
124 B
SQL
3 lines
124 B
SQL
ALTER TABLE `conferences` ADD `year` INT NULL DEFAULT NULL COMMENT 'used for migration only, this field will be dropped!';
|
|
|