numerus/revert/parse_price@v1.sql

8 lines
116 B
PL/PgSQL

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