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