9 lines
231 B
MySQL
9 lines
231 B
MySQL
|
|
DROP TABLE preferences;
|
||
|
|
DROP TABLE topic_affinities;
|
||
|
|
DROP INDEX idx_reading_events_article_id;
|
||
|
|
DROP TABLE reading_events;
|
||
|
|
DROP INDEX idx_articles_final_score;
|
||
|
|
DROP INDEX idx_articles_feed_id;
|
||
|
|
DROP TABLE articles;
|
||
|
|
DROP TABLE feeds;
|