numerus/revert/edit_quote.sql

8 lines
193 B
MySQL
Raw Normal View History

-- Revert numerus:edit_quote from pg
begin;
drop function if exists numerus.edit_quote(uuid, text, integer, text, text, integer, numerus.tag_name[], numerus.edited_quote_product[]);
commit;