You are here

function views_revisions_install in Views Revisions 6

Implements hook_install().

File

./views_revisions.install, line 6

Code

function views_revisions_install() {
  drupal_install_schema('views_revisions');
}