4 lines
97 B
SQL
4 lines
97 B
SQL
-- P5-3133 update VAT in poland
|
|
|
|
UPDATE "i18n-territories" SET vat = 1.23 WHERE iso2char = 'PL';
|