pandorafms/pandora_console/extras/mr/55.sql

6 lines
112 B
SQL

START TRANSACTION;
ALTER TABLE `tservice` ADD COLUMN `enable_sunburst` tinyint(1) NOT NULL default 0;
COMMIT;