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