Changed info field in backp_ids to store text data
(used when restoring long portions of data9
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user