mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-25 17:12:23 +01:00
Create index on statuses (read) for performance reasons.
This commit is contained in:
parent
3f85024aea
commit
eff6acba94
@ -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 tags_tagName_index on tags (tagName COLLATE NOCASE);
|
||||||
|
|
||||||
|
CREATE INDEX if not EXISTS statuses_read_index on statuses (read);
|
||||||
|
Loading…
Reference in New Issue
Block a user