You are here

function amazon_media_update_7005 in Amazon Product Advertisement API 7

Same name and namespace in other branches
  1. 7.2 amazon_media/amazon_media.install \amazon_media_update_7005()

Amazon seems not to require or always provide EAN.

File

amazon_media/amazon_media.install, line 95
Install, update and uninstall functions for the amazon_media module.

Code

function amazon_media_update_7005() {
  db_change_field('amazon_book', 'ean', 'ean', array(
    'type' => 'varchar',
    'length' => 20,
  ));
}