8 lines
113 B
MySQL
8 lines
113 B
MySQL
|
-- Revert numerus:to_price from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.to_price(integer, integer);
|
||
|
|
||
|
commit;
|