forked from science-ation/science-ation
Remove the typepref selection, it turned into
users_judge.special_award_only.
This commit is contained in:
parent
45864af4af
commit
5c8bbe16b6
@ -229,11 +229,11 @@ $report_judges_fields = array(
|
||||
'exec_function' => 'report_judges_5_div_long',
|
||||
'components' => array('users_judge')),
|
||||
|
||||
'typepref' => array(
|
||||
'name' => 'Judge -- Type Preference',
|
||||
'header' => 'Type Pref',
|
||||
'special_award_only' => array(
|
||||
'name' => 'Judge -- Special Award Only Requested',
|
||||
'header' => 'SA Only',
|
||||
'width' => 0.8,
|
||||
'table' => 'judges.typepref'),
|
||||
'table' => 'users_judge.special_award_only'),
|
||||
|
||||
'year' => array(
|
||||
'name' => 'Judge -- Year',
|
||||
|
@ -1 +1 @@
|
||||
157
|
||||
158
|
||||
|
2
db/db.update.158.sql
Normal file
2
db/db.update.158.sql
Normal file
@ -0,0 +1,2 @@
|
||||
UPDATE `reports_items` SET `field`='special_award_only' WHERE `field`='typepref';
|
||||
|
Loading…
Reference in New Issue
Block a user