science-ation/db/db.update.175.sql
dave 0567451a58 Implement fair name/logo as fields in a report instead of special
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.
2010-06-09 07:43:59 +00:00

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';