diff --git a/migrations/000.251.sql b/migrations/000.251.sql new file mode 100644 index 0000000..52b3f77 --- /dev/null +++ b/migrations/000.251.sql @@ -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');