1 2 3 4 5 6 7
<?php // $Id$ function update_schema() { $schema['cache_update'] = drupal_get_schema_unprocessed('system', 'cache'); return $schema; }