Update to the MYSQL.sql file to reflect the 'locked' changed

pull/195/head
iglocska 2013-08-12 17:36:11 +02:00
parent 932f5b89df
commit 0009957b21
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ CREATE TABLE IF NOT EXISTS `events` (
`timestamp` int(11) NOT NULL DEFAULT '0',
`distribution` tinyint(4) NOT NULL DEFAULT '0',
`proposal_email_lock` tinyint(1) NOT NULL DEFAULT '0',
`locked` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `uuid` (`uuid`),
FULLTEXT KEY `info` (`info`)