Merge pull request #618 from nullprobe/patch-1

Update MYSQL.sql
pull/626/head
Alexandre Dulaunoy 2015-08-26 15:07:07 +02:00
commit 5fec91bfb6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS `attributes` (
`comment` text COLLATE utf8_bin NOT NULL,
PRIMARY KEY (`id`),
KEY `event_id` (`event_id`),
UNIQUE KEY `uuid` (`uuid`),
UNIQUE KEY `uuid` (`uuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
-- --------------------------------------------------------