MDL-14905 towards functional DB tests

This commit is contained in:
skodak 2008-06-10 19:54:27 +00:00
parent dfba1c3da1
commit e6b4f00ed7
7 changed files with 200 additions and 86 deletions

View file

@ -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');
}
?>