mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
Add index to speed up slow query
This commit is contained in:
parent
0683074b8b
commit
70c2568af8
4 changed files with 6 additions and 2 deletions
1
database/sql/schema_version_29.sql
Normal file
1
database/sql/schema_version_29.sql
Normal file
|
@ -0,0 +1 @@
|
|||
create index enclosures_user_entry_url_idx on enclosures(user_id, entry_id, md5(url));
|
Loading…
Add table
Add a link
Reference in a new issue