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.
parent
b94bb8d824
commit
cda3ffb1a4
|
@ -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.
|
* Remove the registry tables.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue