You are here

function acquia_lift_schema in Acquia Lift Connector 7.2

Same name and namespace in other branches
  1. 7 acquia_lift.install \acquia_lift_schema()

Implements hook_schema().

File

./acquia_lift.install, line 81
Acquia Lift - Installation file.

Code

function acquia_lift_schema() {
  return array(
    'cache_acquia_lift_reports' => acquia_lift_get_report_cache_table_schema(),
  );
}