function filter_update_7009
Converts fields that store serialized variables from text to blob.
Related topics
File
-
modules/
filter/ filter.install, line 468
Code
function filter_update_7009() {
$schema = system_schema_cache_7054();
db_drop_table('cache_filter');
db_create_table('cache_filter', $schema);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.