numerus/revert/compute_new_quote_amount.sql

8 lines
165 B
PL/PgSQL

-- Revert numerus:compute_new_quote_amount from pg
begin;
drop function if exists numerus.compute_new_quote_amount(integer, numerus.new_quote_product[]);
commit;