science-ation/db/db.update.160.sql
dave faa3742bda Support Highest, High, Indiffernt (short and long), and expertise 5,4,3
(short and long) all with the same two functions.
2010-02-04 17:55:07 +00:00

6 lines
355 B
SQL

UPDATE `reports_items` SET `field`='cats_at_pref_H' WHERE `field`='cat_prefs_highest';
UPDATE `reports_items` SET `field`='cats_at_pref_H_long' WHERE `field`='cat_prefs_highest_long';
UPDATE `reports_items` SET `field`='divs_at_exp_5' WHERE `field`='div_prefs_5';
UPDATE `reports_items` SET `field`='divs_at_exp_5_long' WHERE `field`='div_prefs_5_long';