feat(document): add DocumentSort.UPDATED_AT for reader dashboard feed

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-07 18:25:24 +02:00
committed by marcel
parent 9fd1f3cde2
commit 5146aeb568
4 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1 @@
CREATE INDEX IF NOT EXISTS idx_documents_updated_at ON documents(updated_at DESC);