moved nodequery common code to monitor/query.py
[monitor.git] / upgrade / monitor-server-3.0-20.sql
index 03b665e..2bb1c3f 100644 (file)
@@ -1,3 +1,6 @@
 -- If there's an existing database, these commands will upgrade it to the
 -- current version
 ALTER TABLE actionrecord ADD COLUMN log_path varchar DEFAULT NULL;
+
+ALTER TABLE findbadnoderecord ADD COLUMN iptables_status varchar DEFAULT NULL;
+ALTER TABLE findbadnoderecord_history ADD COLUMN iptables_status varchar DEFAULT NULL;