numerus/revert/to_price.sql

8 lines
113 B
PL/PgSQL

-- Revert numerus:to_price from pg
begin;
drop function if exists numerus.to_price(integer, integer);
commit;