function filter_update_7009 in Drupal 7
Converts fields that store serialized variables from text to blob.
Related topics
File
- modules/
filter/ filter.install, line 468 - Install, update, and uninstall functions for the Filter module.
Code
function filter_update_7009() {
$schema = system_schema_cache_7054();
db_drop_table('cache_filter');
db_create_table('cache_filter', $schema);
}