mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-14905 towards functional DB tests
This commit is contained in:
parent
dfba1c3da1
commit
e6b4f00ed7
7 changed files with 200 additions and 86 deletions
|
@ -365,12 +365,5 @@ function rename_index($table, $index, $newname, $continue=true, $feedback=true)
|
|||
return $DB->get_manager()->rename_index($table, $index, $newname, $continue, $feedback);
|
||||
}
|
||||
|
||||
/// DELETED !!
|
||||
|
||||
function table_column($table, $oldfield, $field, $type='integer', $size='10',
|
||||
$signed='unsigned', $default='0', $null='not null', $after='') {
|
||||
error('table_column() was removed, please use new ddl functions');
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue