function update_update_7001

Recreates cache_update table.

Converts fields that hold serialized variables from text to blob. Removes 'headers' column.

Related topics

File

modules/update/update.install, line 181

Code

function update_update_7001() {
    $schema = system_schema_cache_7054();
    db_drop_table('cache_update');
    db_create_table('cache_update', $schema);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.