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:
parent
cc281f3533
commit
e97ebfd8c2
3 changed files with 4 additions and 1 deletions
1
database/sql/schema_version_34.sql
Normal file
1
database/sql/schema_version_34.sql
Normal file
|
@ -0,0 +1 @@
|
|||
CREATE INDEX entries_id_user_status_idx ON entries USING btree (id, user_id, status);
|
Loading…
Add table
Add a link
Reference in a new issue