You are here

function support_pm_install in Support Ticketing System 6

Install support database schema.

File

support_pm/support_pm.install, line 130

Code

function support_pm_install() {
  drupal_install_schema('support_pm');
}