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