XF 1.5 Is it possible to change a Usergroup ID?

Joe Link

Well-known member
We have an issue which necessitates us changing a Usergroup ID from 29 to 11.

Is it possible for someone who knows their way around SQL to make the change via phpMyAdmin without breaking something?
 
The issue is while a stock set of queries could update the group ids throughout the tables, there is still the possibility add-ons reference it as well and you'd have to write queries for those too. I'd changed group ids before with queries, and it turned out to be more work than using the batch update to handle moving them into a new group.
 
Top Bottom