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