forked from science-ation/science-ation
0f31f72f07
- additional_materials: if there are additional materials required if a fair assigns a winner to this award. - register_winners: to tell the feeder fair that this award is for winners who will participate at the upstream fair
3 lines
217 B
SQL
3 lines
217 B
SQL
ALTER TABLE `award_awards` ADD `external_additional_materials` BOOL NOT NULL AFTER `external_postback`;
|
|
ALTER TABLE `award_awards` ADD `external_register_winners` BOOL NOT NULL AFTER `external_additional_materials` ;
|