Merge pull request #1078 from sfossen/patch-3

defaults for events table.
pull/1092/head
Andras Iklody 2016-04-14 08:51:17 +02:00
commit 32d0481877
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ CREATE TABLE IF NOT EXISTS `events` (
`proposal_email_lock` tinyint(1) NOT NULL DEFAULT '0',
`locked` tinyint(1) NOT NULL DEFAULT '0',
`threat_level_id` int(11) NOT NULL,
`publish_timestamp` int(11) NOT NULL,
`publish_timestamp` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `uuid` (`uuid`),
FULLTEXT KEY `info` (`info`),