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