You are here

function brightcove_update_7004 in Brightcove Video Connect 7.5

Same name and namespace in other branches
  1. 7.3 brightcove.install \brightcove_update_7004()
  2. 7.4 brightcove.install \brightcove_update_7004()

Make name column unique.

File

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

Code

function brightcove_update_7004() {
  db_add_unique_key('brightcove_player', 'name', array(
    'name',
  ));
}