You are here

function amazon_update_7106 in Amazon Product Advertisement API 7.2

Same name and namespace in other branches
  1. 7 amazon.install \amazon_update_7106()

Drop table amazon_item_node.

File

./amazon.install, line 211
Install, update and uninstall functions for the amazon module.

Code

function amazon_update_7106() {
  db_drop_table('amazon_item_node');
}