summaryrefslogtreecommitdiff
path: root/modules/update/update.schema
blob: 20663197b86dab89a0d064912fda5ff24717ef86 (plain)
1
2
3
4
5
6
7
<?php
// $Id$

function update_schema() {
  $schema['cache_update'] = drupal_get_schema_unprocessed('system', 'cache');
  return $schema;
}