function ggroup_update_7003 in Group 7
Remove default value from 'parent_mid'.
File
- modules/
ggroup/ ggroup.install, line 96 - Install, update and uninstall functions for the Subgroup project.
Code
function ggroup_update_7003() {
db_change_field('group_membership', 'parent_mid', 'parent_mid', _ggroup_parent_mid());
}