camper/revert/order_campsite_type_feature...

8 lines
144 B
PL/PgSQL

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