pandorafms/pandora_console/extras/mr/65.sql

6 lines
121 B
SQL

START TRANSACTION;
ALTER TABLE `treport_content` ADD COLUMN `period_range` INT NULL DEFAULT 0 AFTER `period`;
COMMIT;