You are here

function ga_push_browser_update_7001 in GA Push 7

Install ga_push_browser_schema().

File

modules/browser/ga_push_browser.install, line 87
Install, update, and uninstall functions for the ga_push_browser module.

Code

function ga_push_browser_update_7001() {
  if (!db_table_exists('ga_push_browser_event')) {
    drupal_install_schema('ga_push_browser');
  }
}