sqlite on delete actions
This commit is contained in:
parent
7560b8167b
commit
a850d83b33
4 changed files with 16 additions and 10 deletions
|
|
@ -301,6 +301,7 @@ func HTMLText(s string) string {
|
|||
}
|
||||
|
||||
func (s *Storage) SyncSearch() {
|
||||
// TODO: cleaning up once feeds/items are deleted?
|
||||
rows, err := s.db.Query(`
|
||||
select id, title, content, description
|
||||
from items
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue