fix: typo

pull/1967/head
iglocska 2017-02-17 09:39:24 +01:00
parent 88c08af7df
commit 2f80d46dcf
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ CREATE TABLE `sharing_groups` (
--
CREATE TABLE IF NOT EXISTS sightings (
`id int(11)` NOT NULL AUTO_INCREMENT,
`id` int(11) NOT NULL AUTO_INCREMENT,
`attribute_id` int(11) NOT NULL,
`event_id` int(11) NOT NULL,
`org_id` int(11) NOT NULL,