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