mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Changed info field in backp_ids to store text data
(used when restoring long portions of data9
This commit is contained in:
parent
40343df7fd
commit
5881bb7e3c
@ -56,6 +56,11 @@ function backup_upgrade($oldversion=0) {
|
||||
) COMMENT = 'To store and recode ids to user & course files.'");
|
||||
}
|
||||
|
||||
if ($oldversion < 2003052000 and $result) {
|
||||
$result = execute_sql("ALTER TABLE `{$CFG->prefix}backup_ids`
|
||||
MODIFY `info` TEXT");
|
||||
}
|
||||
|
||||
//Finally, return result
|
||||
return $result;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user