Closed Bug 932078 Opened 12 years ago Closed 12 years ago

Migrate satdav's old suggested events

Categories

(Webtools Graveyard :: Air Mozilla, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 914842

People

(Reporter: peterbe, Assigned: bjohnson)

References

Details

A contributor has started using another email and can't log in to the old account any more where he created suggested events. We need to transfer all suggested events and suggest event comments from belonging to: david.weiruk@gmail.com to instead belong to: david.weir@mozilla.org.uk
We can change this by running this query: UPDATE main_suggestedevent SET user_id=(select id from auth_user where email='david.weir@mozilla.org.uk') WHERE user_id in (select id from auth_user where email='david.weiruk@gmail.com'); UPDATE main_suggestedeventcomment SET user_id=(select id from auth_user where email='david.weir@mozilla.org.uk') WHERE user_id in (select id from auth_user where email='david.weiruk@gmail.com');
Assignee: nobody → bjohnson
Blocks: 914842
oops. We already had a bug filed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.