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