From 97c166344cfc25c6cf5898b6b2759b5396aa6242 Mon Sep 17 00:00:00 2001 From: Brad Klein Date: Fri, 10 Jun 2016 13:15:56 -0600 Subject: [PATCH] Schema change for deterministic alarms defs Change-Id: Iacac50881868d9239b44c2081f454d8dfe42a306 --- templates/mon.sql.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/mon.sql.erb b/templates/mon.sql.erb index dd4666a..cb14dfd 100644 --- a/templates/mon.sql.erb +++ b/templates/mon.sql.erb @@ -137,6 +137,7 @@ CREATE TABLE IF NOT EXISTS `sub_alarm_definition` ( `threshold` double NOT NULL, `period` int(11) NOT NULL, `periods` int(11) NOT NULL, + `is_deterministic` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`),