Commit 8b20187d authored by mkanat%kerio.com's avatar mkanat%kerio.com

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
parent 800f5fe4
...@@ -329,6 +329,7 @@ sub bz_setup_database { ...@@ -329,6 +329,7 @@ sub bz_setup_database {
milestones => ['PRIMARY'], milestones => ['PRIMARY'],
profiles_activity => ['profiles_activity_when_idx'], profiles_activity => ['profiles_activity_when_idx'],
group_control_map => ['group_control_map_gid_idx', 'PRIMARY'], group_control_map => ['group_control_map_gid_idx', 'PRIMARY'],
groups => ['PRIMARY'],
user_group_map => ['PRIMARY'], user_group_map => ['PRIMARY'],
group_group_map => ['PRIMARY'], group_group_map => ['PRIMARY'],
email_setting => ['PRIMARY'], email_setting => ['PRIMARY'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment