You are here

function shurly_service_install in ShURLy 6

Implement hook_install().

File

shurly_service/shurly_service.install, line 33

Code

function shurly_service_install() {
  drupal_install_schema('shurly_service');
}