You are here

function amazon_update_7103 in Amazon Product Advertisement API 7

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

Increase the length of the mpn field.

File

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

Code

function amazon_update_7103() {
  db_change_field('amazon_item', 'mpn', 'mpn', array(
    'type' => 'varchar',
    'length' => 255,
  ));
}