You are here

function background_process_update_7200 in Background Process 7.2

Quick'n'dirty upgrade path

File

./background_process.install, line 169
This is the installation file for the Background Process module

Code

function background_process_update_7200() {
  db_drop_table('background_process');
  drupal_install_schema('background_process');
}