added actionlist_template to display action list consistently on different pages
[monitor.git] / upgrade / monitor-server-3.0-20.sql
diff --git a/upgrade/monitor-server-3.0-20.sql b/upgrade/monitor-server-3.0-20.sql
new file mode 100644 (file)
index 0000000..03b665e
--- /dev/null
@@ -0,0 +1,3 @@
+-- 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;