mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Add indexes
This commit is contained in:
parent
30e80c675e
commit
a006a93a04
3 changed files with 8 additions and 2 deletions
2
sql/schema_version_13.sql
Normal file
2
sql/schema_version_13.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
create index entries_user_status_idx on entries(user_id, status);
|
||||
create index feeds_user_category_idx on feeds(user_id, category_id);
|
Loading…
Add table
Add a link
Reference in a new issue