From 8af62f09266d8b9bf424f205491319aed957ccfb Mon Sep 17 00:00:00 2001 From: Anders Gustafsson <34234789+anders-photowall@users.noreply.github.com> Date: Tue, 22 Oct 2019 11:12:57 +0200 Subject: [PATCH] P5-4121 Change to EUR on PL --- migrations/000.134.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 migrations/000.134.sql diff --git a/migrations/000.134.sql b/migrations/000.134.sql new file mode 100644 index 0000000..c727282 --- /dev/null +++ b/migrations/000.134.sql @@ -0,0 +1,9 @@ +-- P5-4121: Switch to EUR on PL market + +UPDATE "i18n-currencies_territories" SET currency='EUR' WHERE territory='PL'; + +DELETE FROM "delivery-methods_prices" WHERE currency='PLN'; + +DELETE FROM "giftvouchers" WHERE currency='PLN'; + +DELETE FROM "i18n-currencies" WHERE iso3char='PLN';