Created
May 1, 2015 08:13
-
-
Save m4tlch/ecc24408f50b8fa1b9ea to your computer and use it in GitHub Desktop.
That deleted all locale strings without translation. The ones that really exist will be rebuilt on the next page access. All others are gone.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELETE locales_source FROM locales_source left join locales_target lt using (lid) where lt.lid is null; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment