numerus/revert/edited_quote_product.sql

8 lines
115 B
MySQL
Raw Normal View History

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