numerus/revert/new_quote_amount.sql

8 lines
107 B
MySQL
Raw Normal View History

-- Revert numerus:new_quote_amount from pg
begin;
drop type if exists numerus.new_quote_amount;
commit;