Added threat level id-s for the event table to the upgrade script

pull/217/head
iglocska 2014-02-06 10:21:51 +01:00
parent 6bf1063a66
commit c7352b315c
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ CREATE TABLE IF NOT EXISTS `jobs` (
ALTER TABLE `attributes` ADD `comment` TEXT CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;
ALTER TABLE `events` ADD `threat_level_id` int(11) NOT NULL;
ALTER TABLE `shadow_attributes`
ADD `event_org` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
ADD `comment` TEXT CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,