From cc932cda1c16d3e4963111094189977f000f4b6a Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 18 Oct 2007 03:44:29 +0000 Subject: =?UTF-8?q?Bug=20400160:=20contrib/merge-users.pl=20doesn't=20merg?= =?UTF-8?q?e=20all=20required=20fields=20-=20Patch=20by=20Fr=C3=83=C2=A9d?= =?UTF-8?q?=C3=83=C2=A9ric=20Buclin=20=20r=3Dghendricks?= =?UTF-8?q?=20a=3DLpSolit?= 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(+) (limited to 'contrib') 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.1