function rave_alerts_schema in RAVE Alerts 7
Same name and namespace in other branches
- 1.0.x rave_alerts.install \rave_alerts_schema()
Implements hook_schema().
File
- ./
rave_alerts.install, line 35
Code
function rave_alerts_schema() {
$schema['cache_rave_alerts'] = drupal_get_schema_unprocessed('system', 'cache');
return $schema;
}