camper/revert/translate_campsite_type_fea...

8 lines
160 B
MySQL
Raw Normal View History

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