camper/revert/order_campsite_type_feature...

8 lines
144 B
MySQL
Raw Normal View History

2023-12-21 16:33:01 +00:00
-- Revert camper:order_campsite_type_features from pg
begin;
drop function if exists camper.order_campsite_type_features(integer[]);
commit;