partial bug fix for mysql 5 - release is a reserved word - mysql.php probably still needs fixing - see bug #3062
This commit is contained in:
@@ -21,7 +21,7 @@ CREATE TABLE prefix_choice (
|
||||
text text NOT NULL,
|
||||
format tinyint(2) unsigned NOT NULL default '0',
|
||||
publish tinyint(2) unsigned NOT NULL default '0',
|
||||
release tinyint(2) unsigned NOT NULL default '0',
|
||||
`release` tinyint(2) unsigned NOT NULL default '0',
|
||||
display tinyint(4) unsigned NOT NULL default '0',
|
||||
allowupdate tinyint(2) unsigned NOT NULL default '0',
|
||||
showunanswered tinyint(2) unsigned NOT NULL default '0',
|
||||
|
||||
Reference in New Issue
Block a user