You are here

function amazon_update_7106 in Amazon Product Advertisement API 7

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

Drop table amazon_item_node.

File

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

Code

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