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