You are here

function brightcove_update_8101 in Brightcove Video Connect 8

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

Drop brightcove_callback table.

File

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

Code

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