Merge "Update monasca mysql schema"

This commit is contained in:
Zuul 2018-01-24 16:06:35 +00:00 committed by Gerrit Code Review
commit 6b60699181
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ CREATE TABLE `alarm` (
`state` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
`lifecycle_state` varchar(50) DEFAULT NULL,
`link` varchar(512) DEFAULT NULL,
`inhibited` tinyint(1) NOT NULL DEFAULT '0',
`silenced` tinyint(1) NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL,
`state_updated_at` datetime,
`updated_at` datetime NOT NULL,