From: mkanat%kerio.com <> Date: Mon, 19 Dec 2005 02:49:58 +0000 (+0000) Subject: Bug 297187: checksetup.pl: primary key for groups exists. ( bit ) conflict with id... X-Git-Tag: bugzilla-2.22rc1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b20187ddffa6ee49d5bf51cb35a5a5db0364e44;p=thirdparty%2Fbugzilla.git Bug 297187: checksetup.pl: primary key for groups exists. ( bit ) conflict with id as primary key Patch By Max Kanat-Alexander r=LpSolit, a=justdave --- diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm index a8f78bb9a3..fc5d47e785 100644 --- a/Bugzilla/DB/Mysql.pm +++ b/Bugzilla/DB/Mysql.pm @@ -329,6 +329,7 @@ sub bz_setup_database { milestones => ['PRIMARY'], profiles_activity => ['profiles_activity_when_idx'], group_control_map => ['group_control_map_gid_idx', 'PRIMARY'], + groups => ['PRIMARY'], user_group_map => ['PRIMARY'], group_group_map => ['PRIMARY'], email_setting => ['PRIMARY'],