Change AU VAT to 10% (#467)

This commit is contained in:
Fredrik Ringqvist
2025-03-13 14:47:59 +01:00
committed by GitHub
parent e2c208d2e3
commit 5b2ead7688
+2
View File
@@ -0,0 +1,2 @@
-- Change Australia VAT from 0% to 10%
UPDATE markets SET vat = 1.1 WHERE name = 'AU';