You are here

function disqus_migrate_update_6100 in Disqus 6

Installs the disqus export schema.

File

./disqus_migrate.install, line 70
The install and update hooks for the Disqus module.

Code

function disqus_migrate_update_6100() {
  drupal_install_schema('disqus_migrate');
  return array();
}