2 lines
105 B
SQL
2 lines
105 B
SQL
-- Change Switzerland VAT from 0% to 8.1% on 2024-12-12
|
|
UPDATE markets SET vat = 1.081 WHERE name = 'CH'; |