You are here

function dynamic_background_update_7002 in Dynamic Background 7.2

Install new database schema.

File

./dynamic_background.install, line 113
Installation file for dynamic background, currently only the uninstall function is present.

Code

function dynamic_background_update_7002() {
  drupal_install_schema('dynamic_background');
}