mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts.
This commit is contained in:
parent
3ece3e4273
commit
2a88f626f7
32 changed files with 348 additions and 677 deletions
|
@ -195,7 +195,6 @@ $string['ddlfieldnotexist'] = 'Field \"$a->fieldname\" does not exist in table \
|
|||
$string['ddltablealreadyexists'] = 'Table \"$a\" already exists';
|
||||
$string['ddltablenotexist'] = 'Table \"$a\" does not exist';
|
||||
$string['ddlunknownerror'] = 'Unknown DDL library error';
|
||||
$string['ddlunsupportedenums'] = 'Field \"$a\" contains enum info. Enums support has been dropped in Moodle 2.0. Please modify your code to avoid them completely. If you are already using them, please use \$dbman->change_field_enum(\$table, \$field); in your upgrade scripts to drop them ASAP';
|
||||
$string['ddlxmlfileerror'] = 'XML database file errors found';
|
||||
$string['dmlreadexception'] = 'Error reading from database';
|
||||
$string['dmlwriteexception'] = 'Error writing to database';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue