function amazon_update_7103 in Amazon Product Advertisement API 7.2
Same name and namespace in other branches
- 7 amazon.install \amazon_update_7103()
Increase the length of the mpn field.
File
- ./
amazon.install, line 180 - 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,
));
}