mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-59106 analytics: whitespace fixes
This commit is contained in:
parent
458d9e084f
commit
7f1b75ba04
@ -2676,9 +2676,9 @@ function xmldb_main_upgrade($oldversion) {
|
||||
|
||||
// Main savepoint reached.
|
||||
upgrade_main_savepoint(true, 2017101000.01);
|
||||
}
|
||||
}
|
||||
|
||||
if ($oldversion < 2017101000.02) {
|
||||
if ($oldversion < 2017101000.02) {
|
||||
// Define field 'timestart' to be added to 'analytics_predictions'.
|
||||
$table = new xmldb_table('analytics_predictions');
|
||||
$field = new xmldb_field('timestart', XMLDB_TYPE_INTEGER, '10', null, null, null, null, 'timecreated');
|
||||
|
Loading…
x
Reference in New Issue
Block a user