camper/revert/media_content.sql

8 lines
100 B
PL/PgSQL

-- Revert camper:media_content from pg
begin;
drop table if exists camper.media_content;
commit;