<?php
// $Id$
function update_schema() {
$schema['cache_update'] = drupal_get_schema_unprocessed('system', 'cache');
return $schema;
}