numerus/revert/new_quote_product.sql

8 lines
109 B
MySQL
Raw Normal View History

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