camper/revert/translate_season.sql

8 lines
127 B
MySQL
Raw Permalink Normal View History

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