mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
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:
parent
4bc059c6cc
commit
3acf967276
@ -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);
|
||||
}
|
||||
|
||||
|
@ -429,4 +429,3 @@ class lib_test extends advanced_testcase {
|
||||
$this->assertEquals(0, $DB->count_records('xapi_states'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user