index
:
feedaka
claude/fix-pwa-update-issue-FBWti
main
feedaka
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
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);