Skip to content

Instantly share code, notes, and snippets.

View NicolasEsteves's full-sized avatar

NicolasEsteves

View GitHub Profile
@NicolasEsteves
NicolasEsteves / gist:ca481a6a4aaa63855a2b
Last active October 23, 2015 12:46 — forked from tobiasmh/gist:3e5aa4f7a37d9e834647
Migrate a Confluence users activity to another user
-- WARNING
-- WARNING THIS IS PROBABLY INCOMPLETE AND MAY BREAK CONFLUENCE. USE AT YOUR OWN RISK
-- WARNING
-- Migrate a Confluence users activity to another user
SELECT * FROM user_mapping WHERE lower_username='old_username' OR lower_username='new_username';
+----------------------------------+------------------+----------------+
| user_key | username | lower_username |
+----------------------------------+------------------+----------------+
| f2848ad85089663701508e701848000e | old_username | old_username |