forked from science-ation/science-ation
0567451a58
options. This way, the logo/fairname can be moved around and resized. Ensure those fields exist in each report. Convert name/logo preferences in all existing reports, and adjust the yloc/height of existing fields to make way for the headers if they exist.
3 lines
156 B
SQL
3 lines
156 B
SQL
DELETE FROM `reports_items` WHERE `type`='option' AND `field`='label_fairname';
|
|
DELETE FROM `reports_items` WHERE `type`='option' AND `field`='label_logo';
|