You are here

function og_update_7205 in Organic groups 7.2

Add an index to {og_membership} on group_type.

File

./og.install, line 1190
Install, update, and uninstall functions for the Organic groups module.

Code

function og_update_7205() {
  db_add_index('og_membership', 'group_type', array(
    'group_type',
  ));
}