camper/revert/edit_season.sql

8 lines
134 B
PL/PgSQL

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