You are here

function brightcove_update_7602 in Brightcove Video Connect 7.7

Same name and namespace in other branches
  1. 7.6 brightcove.install \brightcove_update_7602()

Cleans up possible leftovers from the old brightcove_field module.

File

./brightcove.install, line 520
Installation file for Brightcove module.

Code

function brightcove_update_7602() {
  db_delete('system')
    ->condition('name', 'brightcove_field')
    ->execute();
}