Commit cc932cda authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 400160: contrib/merge-users.pl doesn't merge all required fields - Patch by…

Bug 400160: contrib/merge-users.pl doesn't merge all required fields - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
parent 817f79e6
...@@ -131,12 +131,14 @@ my $changes = { ...@@ -131,12 +131,14 @@ my $changes = {
votes => ['who'], votes => ['who'],
# Tables affecting global behavior / other users. # Tables affecting global behavior / other users.
components => ['initialowner', 'initialqacontact'], components => ['initialowner', 'initialqacontact'],
component_cc => ['user_id component_id'],
quips => ['userid'], quips => ['userid'],
series => ['creator'], series => ['creator'],
whine_events => ['owner_userid'], whine_events => ['owner_userid'],
watch => ['watcher watched', 'watched watcher'], watch => ['watcher watched', 'watched watcher'],
# Tables affecting the user directly. # Tables affecting the user directly.
namedqueries => ['userid name'], namedqueries => ['userid name'],
namedqueries_link_in_footer => ['user_id namedquery_id'],
user_group_map => ['user_id group_id isbless grant_type'], user_group_map => ['user_id group_id isbless grant_type'],
email_setting => ['user_id relationship event'], email_setting => ['user_id relationship event'],
profile_setting => ['user_id setting_name'], profile_setting => ['user_id setting_name'],
......
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