You are here

function ggroup_update_7002 in Group 7

Add the parent_mid column to {group_membership}.

File

modules/ggroup/ggroup.install, line 89
Install, update and uninstall functions for the Subgroup project.

Code

function ggroup_update_7002() {
  db_add_field('group_membership', 'parent_mid', _ggroup_parent_mid());
}