clearer names for actions, and infer actions better
[monitor.git] / upgrade / monitor-server-3.0-20.sql
1 -- If there's an existing database, these commands will upgrade it to the
2 -- current version
3 ALTER TABLE actionrecord ADD COLUMN log_path varchar DEFAULT NULL;
4
5 ALTER TABLE findbadnoderecord ADD COLUMN iptables_status varchar DEFAULT NULL;
6 ALTER TABLE findbadnoderecord_history ADD COLUMN iptables_status varchar DEFAULT NULL;