bug 479 - typo in database.sql
This commit is contained in:
parent
2abbd1dc19
commit
02ed81d8f9
|
@ -273,7 +273,7 @@ CREATE TABLE IF NOT EXISTS `event` (
|
|||
KEY `start` ( `start` ),
|
||||
KEY `finish` ( `finish` ),
|
||||
KEY `adjust` ( `adjust` ),
|
||||
KEY `ignore` ( `ignore` ),
|
||||
KEY `ignore` ( `ignore` )
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue