camper/revert/add_campsite_type_option@v3...

8 lines
155 B
PL/PgSQL

-- Revert camper:add_campsite_type_option from pg
begin;
drop function if exists camper.add_campsite_type_option(uuid, text, integer, integer);
commit;