You are here

function media_update_7021 in D7 Media 7

Same name and namespace in other branches
  1. 7.4 media.install \media_update_7021()
  2. 7.2 media.install \media_update_7021()
  3. 7.3 media.install \media_update_7021()

Rerun media_update_7002() due to a typo that would prevent table creation.

File

./media.install, line 717
Install, update and uninstall functions for the Media module.

Code

function media_update_7021() {
  media_update_7002();
}