You are here

function disqus_update_7001 in Disqus 7

Updates Disqus with support for toggling comments per node.

File

./disqus.install, line 90
Provides any required installation or upgrade path requirements.

Code

function disqus_update_7001() {
  if (!db_table_exists('disqus')) {
    drupal_install_schema('disqus');
  }
}