8 lines
136 B
PL/PgSQL
8 lines
136 B
PL/PgSQL
-- Revert camper:add_media from pg
|
|
|
|
begin;
|
|
|
|
drop function if exists camper.add_media(integer, text, camper.media_type, bytea);
|
|
|
|
commit;
|