8 lines
111 B
MySQL
8 lines
111 B
MySQL
|
-- Revert camper:order_seasons from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.order_seasons(uuid[]);
|
||
|
|
||
|
commit;
|