Change the DB to store torrents in database Add Torrenters to the party Add raw links to movie Torrents in the web interface Change the way explore works with multiple source and categories with external_medias Delete StringSlice and use pq StringArray type to avoid problems
4 lines
86 B
SQL
4 lines
86 B
SQL
DROP TABLE movie_torrents;
|
|
DROP TABLE episode_torrents;
|
|
DROP TABLE torrents_abstract;
|