https://bugzilla.wikimedia.org/show_bug.cgi?id=30185
Platonides <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |shell --- Comment #6 from Platonides <[email protected]> 2011-11-16 17:54:41 UTC --- gu_hidden was changed from a boolean to a varchar in r62827. Seems there are 678 which didn't get converted to '' afterwards. Tim Starling, Lupo, Eloquence, Balderai, TheDJ, Emijrp, Magister... The fix is just a matter of running maintenance/runBatchedQuery.php --wiki=metawiki "UPDATE centralauth.globaluser SET gu_hidden='' WHERE gu_hidden = '0' LIMIT 50" -- 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
