8 lines
129 B
MySQL
8 lines
129 B
MySQL
|
-- Revert camper:set_season_range from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.set_season_range(integer, daterange);
|
||
|
|
||
|
commit;
|