From: lpsolit%gmail.com <> Date: Thu, 18 Oct 2007 03:45:46 +0000 (+0000) Subject: Bug 400160: contrib/merge-users.pl doesn't merge all required fields - Patch by FrÃ... X-Git-Tag: bugzilla-3.0.3~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c1cc2ac0bc57ebddc25e72078232722747ae4fe;p=thirdparty%2Fbugzilla.git Bug 400160: contrib/merge-users.pl doesn't merge all required fields - Patch by Frédéric Buclin r=ghendricks a=LpSolit --- diff --git a/contrib/merge-users.pl b/contrib/merge-users.pl index c5d48737a6..f071f7c2c1 100644 --- a/contrib/merge-users.pl +++ b/contrib/merge-users.pl @@ -131,12 +131,14 @@ my $changes = { votes => ['who'], # Tables affecting global behavior / other users. components => ['initialowner', 'initialqacontact'], + component_cc => ['user_id component_id'], quips => ['userid'], series => ['creator'], whine_events => ['owner_userid'], watch => ['watcher watched', 'watched watcher'], # Tables affecting the user directly. namedqueries => ['userid name'], + namedqueries_link_in_footer => ['user_id namedquery_id'], user_group_map => ['user_id group_id isbless grant_type'], email_setting => ['user_id relationship event'], profile_setting => ['user_id setting_name'],