You are here

function prod_monitor_install in Production check & Production monitor 6

Implementation of hook_install().

File

prod_monitor/prod_monitor.install, line 155

Code

function prod_monitor_install() {
  drupal_install_schema('prod_monitor');
}