You are here

function disqus_migrate_install in Disqus 6

Implementation of hook_install

File

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

Code

function disqus_migrate_install() {
  drupal_install_schema('disqus_migrate');
}