camper/revert/media_type.sql

8 lines
95 B
MySQL
Raw Normal View History

-- Revert camper:media_type from pg
begin;
drop domain if exists camper.media_type;
commit;