You are here

function acquia_lift_update_7008 in Acquia Lift Connector 7.2

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

Add a cache table for reporting data.

File

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

Code

function acquia_lift_update_7008() {
  $schema = acquia_lift_get_report_cache_table_schema();
  db_create_table('cache_acquia_lift_reports', $schema);
}