You are here

function amazon_versions_install in Amazon Product Advertisement API 6

Implementation of hook_install().

File

amazon_versions/amazon_versions.install, line 11
Install, update and uninstall functions for Amazon Versions module.

Code

function amazon_versions_install() {
  drupal_install_schema('amazon_versions');
}