pandorafms/pandora_console/extras/mr/7.sql

4 lines
114 B
SQL

START TRANSACTION;
ALTER TABLE tlayout_data ADD COLUMN `show_statistics` tinyint(2) NOT NULL default '0';
COMMIT;