mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
Skip user_ tables in multilang upgrade
This commit is contained in:
parent
f57211724a
commit
226a90d145
@ -38,7 +38,7 @@ while(@ob_end_flush());
|
||||
|
||||
echo '<strong>Progress:</strong>';
|
||||
$i = 0;
|
||||
$skiptables = array($CFG->prefix.'config');//, $CFG->prefix.'sessions2');
|
||||
$skiptables = array($CFG->prefix.'config', $CFG->prefix.'user_students', $CFG->prefix.'user_teachers');//, $CFG->prefix.'sessions2');
|
||||
|
||||
foreach ($tables as $table) {
|
||||
if (($CFG->prefix && strpos($table, $CFG->prefix) !== 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user