Remove the typepref selection, it turned into

users_judge.special_award_only.
This commit is contained in:
dave 2010-02-02 17:48:59 +00:00
parent 45864af4af
commit 5c8bbe16b6
3 changed files with 7 additions and 5 deletions

View File

@ -229,11 +229,11 @@ $report_judges_fields = array(
'exec_function' => 'report_judges_5_div_long', 'exec_function' => 'report_judges_5_div_long',
'components' => array('users_judge')), 'components' => array('users_judge')),
'typepref' => array( 'special_award_only' => array(
'name' => 'Judge -- Type Preference', 'name' => 'Judge -- Special Award Only Requested',
'header' => 'Type Pref', 'header' => 'SA Only',
'width' => 0.8, 'width' => 0.8,
'table' => 'judges.typepref'), 'table' => 'users_judge.special_award_only'),
'year' => array( 'year' => array(
'name' => 'Judge -- Year', 'name' => 'Judge -- Year',

View File

@ -1 +1 @@
157 158

2
db/db.update.158.sql Normal file
View File

@ -0,0 +1,2 @@
UPDATE `reports_items` SET `field`='special_award_only' WHERE `field`='typepref';