This commit is contained in:
moodler 2004-10-17 04:08:32 +00:00
parent 5df6740bd3
commit 193ba8e7c4
5 changed files with 11 additions and 3 deletions

View file

@ -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;
}