2 lines
136 B
MySQL
2 lines
136 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
DROP TABLE IF EXISTS properties, films, languages, subtitle_lines, subtitles, user_config;
|