camper/revert/order_campsite_type_options...

8 lines
142 B
PL/PgSQL

-- Revert camper:order_campsite_type_options from pg
begin;
drop function if exists camper.order_campsite_type_options(integer[]);
commit;