8 lines
127 B
PL/PgSQL
8 lines
127 B
PL/PgSQL
-- Revert camper:translate_season from pg
|
|
|
|
begin;
|
|
|
|
drop function if exists camper.translate_season(uuid, text, text);
|
|
|
|
commit;
|