aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/db/migrations/006_add_composite_index.sql
blob: d3d378bc9eec0af798cccab3d1dfc2bf8501d383 (plain)
1
CREATE INDEX IF NOT EXISTS idx_articles_feed_read_id ON articles(feed_id, is_read, id DESC);