camper/revert/order_seasons.sql

8 lines
111 B
PL/PgSQL

-- Revert camper:order_seasons from pg
begin;
drop function if exists camper.order_seasons(uuid[]);
commit;