You are here

function hosting_db_server_install in Hosting 6.2

Same name and namespace in other branches
  1. 5 db_server/hosting_db_server.install \hosting_db_server_install()

Implementation of hook_install().

File

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');
}