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