Add SecondaryStorageId to Events

This commit is contained in:
Isaac Connor 2019-07-24 10:52:32 -04:00
parent 99f78c50af
commit 2d556e6402
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ CREATE TABLE `Events` (
`Id` bigint unsigned NOT NULL auto_increment,
`MonitorId` int(10) unsigned NOT NULL default '0',
`StorageId` smallint(5) unsigned default 0,
`SecondaryStorageId` smallint(5) unsigned default 0,
`Name` varchar(64) NOT NULL default '',
`Cause` varchar(32) NOT NULL default '',
`StartTime` datetime default NULL,