You are here

function yandex_metrics_reports_install in Yandex.Metrics 6.2

Implementation of hook_install().

File

yandex_metrics_reports/yandex_metrics_reports.install, line 10
Install, uninstall and update the module.

Code

function yandex_metrics_reports_install() {
  if (!db_table_exists('yandex_metrics_reports_popular_content')) {
    drupal_install_schema('yandex_metrics_reports');
  }
}