4 lines
98 B
SQL
4 lines
98 B
SQL
-- P5-5491 update VAT in germany
|
|
|
|
UPDATE "i18n-territories" SET vat = 1.16 WHERE iso2char = 'DE';
|