mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
1 line
92 B
MySQL
1 line
92 B
MySQL
|
CREATE INDEX entries_feed_id_status_hash_idx ON entries USING btree (feed_id, status, hash);
|