You are here

function magic_schema in Magic 7.2

Same name and namespace in other branches
  1. 7 magic.install \magic_schema()

Implements hook_schema().

File

./magic.install, line 11
Install hooks for the magic module.

Code

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