https://bugzilla.wikimedia.org/show_bug.cgi?id=37148
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Sam Reed (reedy) <[email protected]> --- Config change is https://gerrit.wikimedia.org/r/47355 mysql:wikiadmin@db1041 [metawiki]> select * from translate_groupreviews where tgr_state='updating'; +-------------------------------------------------------------------------+-----------+-----------+ | tgr_group | tgr_lang | tgr_state | +-------------------------------------------------------------------------+-----------+-----------+ | agg-WMF_Blog_Posts | hi | updating | | agg-Wikimedia_chapter_reports | ru | updating | | page-Fundraising 2012/Translation/Donor information pages | ru | updating | | page-Fundraising 2012/Translation/Impact Of Wikipedia Video (subtitles) | de-formal | updating | | page-Fundraising 2012/Translation/Impact Of Wikipedia Video (subtitles) | zh-hant | updating | | page-Fundraising 2012/Translation/Ways to give | sl | updating | | page-Fundraising and Funds Dissemination/Recommendations | he | updating | | page-Grants:Index | fa | updating | | page-Guidelines on potential conflicts of interest | de | updating | | page-User:Jsoby/Test | no | updating | | page-Wikidata | is | updating | | page-Wikimedia Chapters Association | de | updating | | page-Wikimedia Highlights, September 2012 | pt | updating | | page-Wikimedia Indigenous Languages | fr | updating | +-------------------------------------------------------------------------+-----------+-----------+ 14 rows in set (0.05 sec) mysql:wikiadmin@db1041 [metawiki]> UPDATE translate_groupreviews SET tgr_state = 'needs-updating' where tgr_state='updating'; Query OK, 14 rows affected (0.06 sec) Rows matched: 14 Changed: 14 Warnings: 0 mysql:wikiadmin@db1041 [metawiki]> select * from translate_groupreviews where tgr_state='updating'; Empty set (0.03 sec) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
