You are here

function brightcove_update_8101 in Brightcove Video Connect 8.2

Same name and namespace in other branches
  1. 8 brightcove.install \brightcove_update_8101()
  2. 3.x brightcove.install \brightcove_update_8101()

Drop brightcove_callback table.

File

./brightcove.install, line 148
Brightcove install file.

Code

function brightcove_update_8101() {
  \Drupal::database()
    ->schema()
    ->dropTable('brightcove_callback');
}