diff --git a/pandora_console/extras/mr/10.sql b/pandora_console/extras/mr/10.sql index e27f4fccf1..2b58ce08c4 100644 --- a/pandora_console/extras/mr/10.sql +++ b/pandora_console/extras/mr/10.sql @@ -1,5 +1,7 @@ START TRANSACTION; ALTER TABLE tsnmp_filter ADD unified_filters_id int(10) NOT NULL DEFAULT 0; +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; COMMIT; \ No newline at end of file