camper/revert/unset_campsite_type_pet_cos...

8 lines
139 B
PL/PgSQL

-- Revert camper:unset_campsite_type_pet_cost from pg
begin;
drop function if exists camper.unset_campsite_type_pet_cost(uuid);
commit;