P5-6104 Delete RU,LT,sv-FI text tags (#134)

This commit is contained in:
fredrikphotowall
2020-10-28 13:17:00 +01:00
committed by GitHub
parent ec76e29934
commit f67a78d2b3
+6
View File
@@ -0,0 +1,6 @@
-- P5-6104 Delete text tags for RU,LT,sv-FI
DELETE FROM "i18n-texts_data" WHERE
(territory = 'FI' and language = 'sv')
or (territory = 'LT' and language = 'lt')
or (territory = 'RU' and language = 'ru');