8 lines
124 B
MySQL
8 lines
124 B
MySQL
|
-- Revert camper:unset_season_range from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.unset_season_range(daterange);
|
||
|
|
||
|
commit;
|