camper/revert/media.sql

8 lines
84 B
MySQL
Raw Normal View History

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