8 lines
193 B
MySQL
8 lines
193 B
MySQL
|
-- Revert numerus:edit_invoice from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.edit_invoice(uuid, text, integer, text, integer, numerus.tag_name[], numerus.edited_invoice_product[]);
|
||
|
|
||
|
commit;
|