mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
where BIG should be LONG...
This commit is contained in:
parent
914597ee9f
commit
393e7cc373
@ -125,7 +125,7 @@ class XMLDBmysql extends XMLDBGenerator {
|
||||
} else if ($xmldb_length == 'medium') {
|
||||
$dbtype = 'MEDIUMTEXT';
|
||||
} else {
|
||||
$dbtype = 'BIGTEXT';
|
||||
$dbtype = 'LONGTEXT';
|
||||
}
|
||||
break;
|
||||
case XMLDB_TYPE_BINARY:
|
||||
@ -137,7 +137,7 @@ class XMLDBmysql extends XMLDBGenerator {
|
||||
} else if ($xmldb_length == 'medium') {
|
||||
$dbtype = 'MEDIUMBLOB';
|
||||
} else {
|
||||
$dbtype = 'BIGBLOB';
|
||||
$dbtype = 'LONGBLOB';
|
||||
}
|
||||
break;
|
||||
case XMLDB_TYPE_DATETIME:
|
||||
|
Loading…
x
Reference in New Issue
Block a user