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