function acquia_lift_schema in Acquia Lift Connector 7
Same name and namespace in other branches
- 7.2 acquia_lift.install \acquia_lift_schema()
Implements hook_schema().
File
- ./
acquia_lift.install, line 71 - Acquia Lift - Installation file.
Code
function acquia_lift_schema() {
return array(
'cache_acquia_lift_reports' => acquia_lift_get_report_cache_table_schema(),
);
}