diff --git a/migrations/000.273.sql b/migrations/000.273.sql new file mode 100644 index 0000000..c09f4b1 --- /dev/null +++ b/migrations/000.273.sql @@ -0,0 +1,5 @@ +-- P5-6459 - update VAT in italy to 22 percent + +UPDATE "delivery-methods_prices" SET price = (7 / 1.22) WHERE method = 14 and territory = 'IT' and currency = 'EUR'; + +UPDATE "i18n-territories" SET vat = 1.22 WHERE iso2char = 'IT';