8 lines
191 B
MySQL
8 lines
191 B
MySQL
|
-- 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;
|