mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
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:
parent
b9e682f401
commit
48ee8c68f6
1 changed files with 1 additions and 1 deletions
|
@ -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',
limitanswers tinyint(2) unsigned NOT NULL default '0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue