mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Create index on statuses (read) for performance reasons.
This commit is contained in:
@@ -14,3 +14,4 @@ CREATE INDEX if not EXISTS articles_feedID_index on articles (feedID);
|
||||
|
||||
CREATE INDEX if not EXISTS tags_tagName_index on tags (tagName COLLATE NOCASE);
|
||||
|
||||
CREATE INDEX if not EXISTS statuses_read_index on statuses (read);
|
||||
|
||||
Reference in New Issue
Block a user