camper/revert/add_amenity.sql

8 lines
132 B
MySQL
Raw Permalink Normal View History

-- Revert camper:add_amenity from pg
begin;
drop function if exists camper.add_amenity(integer, text, text, text, text);
commit;