You are here

function panels_update_7309 in Panels 7.3

Add primary key to panels_allowed_types table.

File

./panels.install, line 692

Code

function panels_update_7309() {
  db_add_primary_key('panels_allowed_types', array(
    'module',
    'type',
  ));
}