camper/revert/add_media.sql

8 lines
136 B
MySQL
Raw Normal View History

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