numerus/revert/add_quote.sql

8 lines
191 B
MySQL
Raw Normal View History

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