Files
newznab-tmux/resources/db/patches/mysql/0229~tvrage.sql
T
2016-09-21 12:34:07 +02:00

11 lines
249 B
SQL
Executable File

#Drop tvrage, tvrage_episodes and tvrage_titles tables if they exist.
#Drop tvrage table
DROP TABLE IF EXISTS tvrage;
#Drop tvrage_episodes table
DROP TABLE IF EXISTS tvrage_episodes;
#Drop tvrage_titles table
DROP TABLE IF EXISTS tvrage_titles;