You are here

function emvideo_update_6007 in Embedded Media Field 6.2

Same name and namespace in other branches
  1. 6.3 contrib/emvideo/emvideo.install \emvideo_update_6007()
  2. 6 contrib/emvideo/emvideo.install \emvideo_update_6007()

Add a duration column to existing fields.

File

contrib/emvideo/emvideo.install, line 285
Installation, configuration, and removal of the emvideo module.

Code

function emvideo_update_6007() {

  // This update was originally malformed, and did not always work properly.
  // It's now redone in 6010.
  return array();
}