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 Fever API calls

This commit is contained in:
Frédéric Guillot 2020-08-08 23:08:48 -07:00
parent cc281f3533
commit e97ebfd8c2
3 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1 @@
CREATE INDEX entries_id_user_status_idx ON entries USING btree (id, user_id, status);