function background_process_install in Background Process 6
Implements hook_install().
File
- ./
background_process.install, line 17 - This is the installation file for the Background Process module
Code
function background_process_install() {
drupal_install_schema('background_process');
}