fix: [MYSQL.sql] removed duplicate entry

pull/6585/head
iglocska 2020-11-14 14:33:10 +01:00
parent 6a10b3fac3
commit c0419cc8b5
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 0 additions and 1 deletions

View File

@ -267,7 +267,6 @@ CREATE TABLE IF NOT EXISTS `events` (
`threat_level_id` int(11) NOT NULL,
`publish_timestamp` int(11) NOT NULL DEFAULT 0,
`sighting_timestamp` int(11) NOT NULL DEFAULT 0,
`sighting_timestamp` int(11) NOT NULL DEFAULT 0,
`disable_correlation` tinyint(1) NOT NULL DEFAULT 0,
`extends_uuid` varchar(40) COLLATE utf8_bin DEFAULT '',
PRIMARY KEY (`id`),