https://bugzilla.wikimedia.org/show_bug.cgi?id=69363
Tisza Gergő <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #8 from Tisza Gergő <[email protected]> --- The change of default caused some junk to be written in the user_properties table (details in bug 69942): > select up_value, count(*) from user_properties where up_property = > 'multimediaviewer-enable' group by up_value; +----------+----------+ | up_value | count(*) | +----------+----------+ | | 1560 | | 0 | 2 | | 1 | 97 | | true | 17 | +----------+----------+ Fixed in https://gerrit.wikimedia.org/r/#/c/156004/ , needs DB cleanup. -- 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
