camper/revert/add_campsite_type_feature.sql

8 lines
145 B
MySQL
Raw Normal View History

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