camper/revert/translate_campsite_type_opt...

8 lines
158 B
MySQL
Raw Permalink Normal View History

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