You are here

function disqus_update_6001 in Disqus 6

Update to add the new schema.

File

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

Code

function disqus_update_6001(&$sandbox = NULL) {
  return drupal_install_schema('disqus');
}