8 lines
168 B
MySQL
8 lines
168 B
MySQL
|
-- Revert numerus:add_invoice from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.add_invoice(integer, text, date, integer, text, numerus.new_invoice_product[]);
|
||
|
|
||
|
commit;
|