From: mkanat%kerio.com <> Date: Mon, 19 Dec 2005 02:51:12 +0000 (+0000) Subject: Bug 297187: checksetup.pl: primary key for groups exists. ( bit ) conflict with id... X-Git-Tag: bugzilla-2.20.1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a5e3ea0f7c2444bfa2b67eedc3fba3e9e2adb7;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 ecdf635178..c9e4a4882b 100644 --- a/Bugzilla/DB/Mysql.pm +++ b/Bugzilla/DB/Mysql.pm @@ -313,6 +313,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'],