mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +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);
|