Issue #1691438 follow-up by Devin Carlson: Remove 8.x update function for {file_managed()}.filename should NOT be binary (and case-sensitive by default), which was added in 7.x.

8.0.x
webchick 2012-10-27 14:10:10 -07:00
parent b94bb8d824
commit cda3ffb1a4
1 changed files with 0 additions and 13 deletions

View File

@ -1912,19 +1912,6 @@ function system_update_8017() {
));
}
/**
* Revert {file_managed}.filename changed to a binary column.
*/
function system_update_8018() {
db_change_field('file_managed', 'filename', 'filename', array(
'description' => 'Name of the file with no path components. This may differ from the basename of the URI if the file is renamed to avoid overwriting an existing file.',
'type' => 'varchar',
'length' => 255,
'not null' => TRUE,
'default' => '',
));
}
/**
* Remove the registry tables.
*/