function update_schema

Implements hook_schema().

File

modules/update/update.install, line 62

Code

function update_schema() {
    $schema['cache_update'] = drupal_get_schema_unprocessed('system', 'cache');
    $schema['cache_update']['description'] = 'Cache table for the Update module to store information about available releases, fetched from central server.';
    return $schema;
}

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