pandorafms/pandora_console/extras/mr/55.sql

8 lines
178 B
MySQL
Raw Normal View History

2022-05-25 13:13:09 +02:00
START TRANSACTION;
2022-04-12 17:24:47 +02:00
ALTER TABLE `tservice` ADD COLUMN `enable_sunburst` tinyint(1) NOT NULL default 0;
2022-05-25 13:13:09 +02:00
ALTER TABLE `tdashboard` MODIFY `name` TEXT NOT NULL DEFAULT '';
2022-04-12 17:24:47 +02:00
COMMIT;