Incorrectly merged version and db/upgrade.php - cannot downgrade the version, but fixing the version number here

This commit is contained in:
mark-nielsen
2007-02-23 17:36:45 +00:00
parent ff99f91a08
commit 380b9ab6fe
+1 -1
View File
@@ -45,7 +45,7 @@ function xmldb_lesson_upgrade($oldversion=0) {
$result = $result && change_field_notnull($table, $field);
}
if ($result && $oldversion < 2007020201) {
if ($result && $oldversion < 2006091804) {
/// Changing nullability of field answer on table lesson_answers to null
$table = new XMLDBTable('lesson_answers');