camper/revert/translate_campsite_type@v0.sql

8 lines
165 B
MySQL
Raw Normal View History

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