5 lines
150 B
MySQL
5 lines
150 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
DROP TABLE public.media_type_format_link;
|
||
|
DROP TABLE public.media_type;
|
||
|
DROP TABLE public.media_format;
|