numerus/revert/edited_quote_product.sql

8 lines
115 B
PL/PgSQL

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