You are here

function dynamic_background_blog_update_7001 in Dynamic Background 7.2

Remove old database scheme.

File

modules/dynamic_background_blog/dynamic_background_blog.install, line 77
Installs the database scheme and handles install and uninstall of the module.

Code

function dynamic_background_blog_update_7001() {
  db_query('drop table {dynamic_background_blog}');
}