P5-6104 Delete RU,LT,sv-FI text tags (#134)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user