Moved the insert statement to the correct SQL file!

This commit is contained in:
laf
2014-07-03 17:58:08 +01:00
parent 7d2ee3bc56
commit a271a28115
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1,2 +1 @@
ALTER TABLE `sensors` ADD `sensor_alert` TINYINT( 1 ) NOT NULL DEFAULT '1' AFTER `sensor_limit_low_warn` ;
INSERT INTO `graph_types` SET `graph_type`='device', `graph_subtype`='asa_conns',`graph_section`='firewall',`graph_descr`='Current connections',`graph_order`='0';