camper/revert/tax_rate.sql

8 lines
91 B
PL/PgSQL

-- Revert camper:tax_rate from pg
begin;
drop domain if exists camper.tax_rate;
commit;