https://bugzilla.wikimedia.org/show_bug.cgi?id=24816
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from JeLuF <[email protected]> 2010-08-16 19:59:24 UTC --- mysql> delete from user_groups where ug_group in ( 'reviewer', 'patroller', 'rollbacker' ); Query OK, 24 rows affected (0.00 sec) mysql> select distinct ug_group from user_groups; +----------------+ | ug_group | +----------------+ | bot | | bureaucrat | | editor | | ipblock-exempt | | sysop | | transwiki | | uploader | +----------------+ 7 rows in set (0.00 sec) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
