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:
danmarsden 2005-05-03 01:14:53 +00:00
parent b9e682f401
commit 48ee8c68f6

View file

@ -21,7 +21,7 @@ CREATE TABLE prefix_choice (
text text NOT NULL, text text NOT NULL,
format tinyint(2) unsigned NOT NULL default '0', format tinyint(2) unsigned NOT NULL default '0',
publish 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', display tinyint(4) unsigned NOT NULL default '0',
allowupdate tinyint(2) unsigned NOT NULL default '0', allowupdate tinyint(2) unsigned NOT NULL default '0',
showunanswered tinyint(2) unsigned NOT NULL default '0', limitanswers tinyint(2) unsigned NOT NULL default '0', showunanswered tinyint(2) unsigned NOT NULL default '0', limitanswers tinyint(2) unsigned NOT NULL default '0',