[update] added migration scripts for migrating news
data to articles
, geographic and category tagging, and default sharing templates
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Drop articles table and its indexes
|
||||
DROP INDEX IF EXISTS idx_articles_read_at;
|
||||
DROP INDEX IF EXISTS idx_articles_source_type;
|
||||
DROP INDEX IF EXISTS idx_articles_processing_status;
|
||||
DROP INDEX IF EXISTS idx_articles_added_at;
|
||||
DROP INDEX IF EXISTS idx_articles_published_at;
|
||||
DROP TABLE IF EXISTS articles;
|
Reference in New Issue
Block a user