canape/sql/migration/0003_torrents.down.sql
Lucas BEE ab7503997f Add Torrents
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
2016-12-08 16:07:08 +00:00

4 lines
86 B
SQL

DROP TABLE movie_torrents;
DROP TABLE episode_torrents;
DROP TABLE torrents_abstract;