8 lines
126 B
MySQL
8 lines
126 B
MySQL
|
-- Revert camper:add_season from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.add_season(integer, text, camper.color);
|
||
|
|
||
|
commit;
|