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