drop description field usage
This commit is contained in:
parent
2edf11a36a
commit
c825f8864f
4 changed files with 11 additions and 9 deletions
|
|
@ -84,7 +84,7 @@ func (s *Storage) CreateItems(items []Item) bool {
|
|||
content, image, podcast_url,
|
||||
date_arrived, status
|
||||
)
|
||||
values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
||||
values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
||||
on conflict (feed_id, guid) do nothing`,
|
||||
item.GUID, item.FeedId, item.Title, item.Link, item.Date,
|
||||
item.Content, item.ImageURL, item.AudioURL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue