From cc932cda1c16d3e4963111094189977f000f4b6a Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 18 Oct 2007 03:44:29 +0000 Subject: Bug 400160: contrib/merge-users.pl doesn't merge all required fields - Patch by Frédéric Buclin r=ghendricks a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contrib/merge-users.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/merge-users.pl b/contrib/merge-users.pl index c5d48737a..f071f7c2c 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'], -- cgit v1.2.3-24-g4f1b