numerus/revert/tax_rate.sql

8 lines
93 B
MySQL
Raw Normal View History

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