You are here

function rave_alerts_schema in RAVE Alerts 1.0.x

Same name and namespace in other branches
  1. 7 rave_alerts.install \rave_alerts_schema()

Implements hook_schema().

File

./rave_alerts.install, line 33

Code

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