forked from science-ation/science-ation
d89c756427
number. Fix the YSF stats report to use this column and show "Grade x" in the titles, not just "x", which was a bit confusing.
5 lines
150 B
SQL
5 lines
150 B
SQL
SELECT @id:=id FROM reports WHERE system_report_id='18';
|
|
UPDATE `reports_items` SET `field`='grade_str' WHERE `field`='grade' AND `reports_id`=@id;
|
|
|
|
|