Title: [opsview] [10368] Fixed missed DB schema change from commit 10295
Revision
10368
Author
tvoon
Date
2012-10-10 10:21:39 +0100 (Wed, 10 Oct 2012)

Log Message

Fixed missed DB schema change from commit 10295

Modified Paths


Modified: trunk/opsview-core/bin/db_runtime
===================================================================
--- trunk/opsview-core/bin/db_runtime	2012-10-10 08:48:15 UTC (rev 10367)
+++ trunk/opsview-core/bin/db_runtime	2012-10-10 09:21:39 UTC (rev 10368)
@@ -294,6 +294,7 @@
         id int unsigned NOT NULL auto_increment,
         object_id INT(10) NOT NULL,
         matpath TEXT NOT NULL,
+        depth INT UNSIGNED NOT NULL DEFAULT 0,
         PRIMARY KEY (id),
         INDEX (object_id)
     ) ENGINE=InnoDB;

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to