Skip to content

Commit

Permalink
Revert "go: add entries indexes for covert index lookups"
Browse files Browse the repository at this point in the history
This reverts commit 0f82950.
  • Loading branch information
azimut committed Mar 31, 2024
1 parent 0f82950 commit f086435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/feed.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func initDb() (*sql.DB, error) {
url text,
foreign key(feedid) references feeds(id)
);
create index entriesindex on entries(feedid, datemillis, title, url);
create index entriesindex on entries(feedid);
create virtual table search using fts5(
entriesid unindexed,
content
Expand Down

0 comments on commit f086435

Please sign in to comment.