MDL-77608 h5p: Fix after rewrite

Minor changes, like removing extra line at the end of the file or adding
comment in lib/db/upgrade.php.
This commit is contained in:
Sara Arjona 2023-03-17 13:20:38 +01:00
parent 4bc059c6cc
commit 3acf967276
2 changed files with 2 additions and 1 deletions

View File

@ -3159,6 +3159,8 @@ privatefiles,moodle|/user/files.php';
if (!$dbman->field_exists($table, $field)) {
$dbman->add_field($table, $field);
}
// Main savepoint reached.
upgrade_main_savepoint(true, 2023031400.01);
}

View File

@ -429,4 +429,3 @@ class lib_test extends advanced_testcase {
$this->assertEquals(0, $DB->count_records('xapi_states'));
}
}