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