1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Create index to speed up bookmark page

This commit is contained in:
Frédéric Guillot 2020-09-21 20:30:08 -07:00
parent 0d0395b4e3
commit 38d3b28445
3 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1 @@
CREATE INDEX entries_user_id_status_starred_idx ON entries (user_id, status, starred);