Files
database/migrations/000.282.sql
T

6 lines
232 B
SQL

-- P5-6459 - update VAT in germany to 19 percent
UPDATE "delivery-methods_prices" SET price = (7 / 1.19) WHERE method = 14 and territory = 'DE' and currency = 'EUR';
UPDATE "i18n-territories" SET vat = 1.19 WHERE iso2char = 'DE';