forked from science-ation/science-ation
- Sneak in a change to the report tables, we're going to create tour reports
next
This commit is contained in:
parent
b0338f9fdf
commit
5c594a9d85
@ -4,3 +4,4 @@ INSERT INTO `config` ( `var` , `val` , `category` , `type` , `type_values` , `or
|
||||
( 'tours_assigner_percent', '-1', 'Tour Assigner', '', '', '99999', '', '0'),
|
||||
( 'tours_assigner_effort', '10000', 'Tour Assigner', '', '', '99999', 'This number controls how long and hard the tour assigner will look for a quality solution. Smaller numbers are lower effort. 100 is practically no effort, 1000 is moderate effort, 10000 is high effort. It can take several tens of minutes to run the assigner with high effort, but it gives a very good solution.', '-1');
|
||||
|
||||
ALTER TABLE `reports` CHANGE `type` `type` ENUM( 'student', 'judge', 'award', 'committee', 'school', 'volunteer', 'tour' ) NOT NULL DEFAULT 'student' ;
|
||||
|
Loading…
Reference in New Issue
Block a user