diff options
author | lpsolit%gmail.com <> | 2007-10-18 05:44:29 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-10-18 05:44:29 +0200 |
commit | cc932cda1c16d3e4963111094189977f000f4b6a (patch) | |
tree | 76337ad488ff7305f9b6eef072aff0c5b74e937f /contrib | |
parent | 817f79e66410150a01637f2243a1b0dd69c8c5a4 (diff) | |
download | bugzilla-cc932cda1c16d3e4963111094189977f000f4b6a.tar.gz bugzilla-cc932cda1c16d3e4963111094189977f000f4b6a.tar.xz |
Bug 400160: contrib/merge-users.pl doesn't merge all required fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/merge-users.pl | 2 |
1 files changed, 2 insertions, 0 deletions
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'], |