pandorafms/pandora_console/extras/mr/10.sql

7 lines
260 B
MySQL
Raw Normal View History

2017-11-29 14:00:27 +01:00
START TRANSACTION;
ALTER TABLE tsnmp_filter ADD unified_filters_id int(10) NOT NULL DEFAULT 0;
2017-11-30 11:55:11 +01:00
ALTER TABLE treport_content_template ADD COLUMN hide_no_data tinyint(1) DEFAULT 0;
ALTER TABLE tgraph_source ADD COLUMN `order` int(10) NOT NULL default 0;
2017-11-29 14:00:27 +01:00
COMMIT;