diff options
author | mkanat%kerio.com <> | 2005-12-19 03:49:58 +0100 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-12-19 03:49:58 +0100 |
commit | 8b20187ddffa6ee49d5bf51cb35a5a5db0364e44 (patch) | |
tree | cea02727ce68e61c10906980cb941abf8480e3d5 /Bugzilla/DB | |
parent | 800f5fe4aed0b9ff055aae2231f1204a6db72397 (diff) | |
download | bugzilla-8b20187ddffa6ee49d5bf51cb35a5a5db0364e44.tar.gz bugzilla-8b20187ddffa6ee49d5bf51cb35a5a5db0364e44.tar.xz |
Bug 297187: checksetup.pl: primary key for groups exists. ( bit ) conflict with id as primary key
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
Diffstat (limited to 'Bugzilla/DB')
-rw-r--r-- | Bugzilla/DB/Mysql.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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'], |