From 8b20187ddffa6ee49d5bf51cb35a5a5db0364e44 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Mon, 19 Dec 2005 02:49:58 +0000 Subject: 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 --- Bugzilla/DB/Mysql.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/DB') diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm index a8f78bb9a..fc5d47e78 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'], -- cgit v1.2.3-24-g4f1b