Archive old migrations (#426)
* Archive old migrations * Fix invalid placement of migrations
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user