https://bugzilla.wikimedia.org/show_bug.cgi?id=43913
--- Comment #3 from Alex Monk (Krenair) <[email protected]> --- Based on Tyler Romeo's comments I think this single SQL query may actually do it: UPDATE logging SET log_title = SUBSTR(log_title, 1, INSTR(log_title, '@metawiki') - 1) WHERE log_title LIKE '%@metawiki'; Therefore we may not even need a maintenance script. Third-party users of the interwiki userrights system would just need to replace @metawiki with their $wgUserrightsInterwikiDelimiter and wiki ID (database name and table prefix IIRC). -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
