You are here

function oa_buttons_schema in Open Atrium Core 7.2

Implements hook_schema().

File

modules/oa_buttons/oa_buttons.install, line 11
Install and update functionality..

Code

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