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