mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
Enlarge answer field to TEXT (see http://moodle.org/mod/forum/discuss.php?d=10333)
This commit is contained in:
parent
5df6740bd3
commit
193ba8e7c4
5 changed files with 11 additions and 3 deletions
|
@ -224,6 +224,10 @@ function quiz_upgrade($oldversion) {
|
|||
|
||||
modify_database ( "", "COMMIT;");
|
||||
}
|
||||
|
||||
if ($oldversion < 2004101700) {
|
||||
table_column("quiz_answers", "answer", "answer", "text", "", "", "", "not null");
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue