Schema change for deterministic alarms defs

Change-Id: Iacac50881868d9239b44c2081f454d8dfe42a306
This commit is contained in:
Brad Klein 2016-06-10 13:15:56 -06:00
parent 46c945e2f8
commit 97c166344c
1 changed files with 1 additions and 0 deletions

View File

@ -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`),