4 lines
96 B
SQL
4 lines
96 B
SQL
-- P5-3065 update VAT in spain
|
|
|
|
UPDATE "i18n-territories" SET vat = 1.21 WHERE iso2char = 'ES';
|