You are here

function feeds_oauth_install in Feeds OAuth 6

Implementation of hook_install().

File

./feeds_oauth.install, line 46

Code

function feeds_oauth_install() {

  // Create tables.
  drupal_install_schema('feeds_oauth');
}