mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
Also includes few database improvements: - Speed up entries clean up with an index and a goroutine - Avoid the accumulation of enclosures for some feeds
1 line
No EOL
92 B
SQL
1 line
No EOL
92 B
SQL
CREATE INDEX entries_feed_id_status_hash_idx ON entries USING btree (feed_id, status, hash); |