Change Swiss VAT to 8.1% (#448)

This commit is contained in:
Fredrik Ringqvist
2024-12-12 11:36:41 +01:00
committed by GitHub
parent b591ca5603
commit 7005713bf8
+2
View File
@@ -0,0 +1,2 @@
-- Change Switzerland VAT from 0% to 8.1% on 2024-12-12
UPDATE markets SET vat = 1.081 WHERE name = 'CH';