Files

2 lines
86 B
SQL

-- Change Australia VAT from 0% to 10%
UPDATE markets SET vat = 1.1 WHERE name = 'AU';