5 lines
150 B
SQL
5 lines
150 B
SQL
-- 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;
|