You are here

function oa_buttons_update_7007 in Open Atrium Core 7.2

Install custom cache tables.

File

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

Code

function oa_buttons_update_7007() {
  drupal_install_schema('oa_buttons');
}