You are here

function amazon_media_update_7004 in Amazon Product Advertisement API 7

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

Remove the Theatrical Release Date as Amazon no longer supports it.

File

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

Code

function amazon_media_update_7004() {
  db_drop_field('amazon_dvd', 'theatricalreleasedate');
}