forked from science-ation/science-ation
Database update for the 'exclude from awards ceremony' new feature
This commit is contained in:
parent
b375b4ae0d
commit
2784262d6d
@ -6,3 +6,5 @@ ALTER TABLE `schools` ADD `board` VARCHAR( 64 ) NOT NULL AFTER `school`;
|
||||
ALTER TABLE `schools` ADD `district` VARCHAR( 64 ) NOT NULL AFTER `board`;
|
||||
DELETE FROM `judges_schedulerconfig` WHERE var='timeslot_length';
|
||||
DELETE FROM `judges_schedulerconfig` WHERE var='timeslot_break';
|
||||
ALTER TABLE `award_awards` ADD `excludefromac` TINYINT( 1 ) DEFAULT '0' NOT NULL;
|
||||
ALTER TABLE `award_prizes` ADD `excludefromac` TINYINT( 1 ) DEFAULT '0' NOT NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user