8 lines
134 B
MySQL
8 lines
134 B
MySQL
|
-- Revert camper:edit_season from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.edit_season(uuid, text, camper.color, boolean);
|
||
|
|
||
|
commit;
|