You are here

function hosting_db_server_install in Hostmaster (Aegir) 6

Implementation of hook_install().

File

modules/hosting/db_server/hosting_db_server.install, line 45
Install, update and uninstall for the database server module.

Code

function hosting_db_server_install() {

  // Create tables.
  drupal_install_schema('hosting_db_server');
}