mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
rename table
This commit is contained in:
parent
7b9fac8d3a
commit
e26236a591
3 changed files with 23 additions and 23 deletions
|
|
@ -187,7 +187,7 @@ fn crawl(db: &Mysql, channel_config: &config::Channel) -> Result<()> {
|
|||
},
|
||||
};
|
||||
assert!(
|
||||
db.contents_by_channel_item_id_source_id(channel_item_id, None, Some(1))?
|
||||
db.contents_by_channel_item_id_provider_id(channel_item_id, None, Some(1))?
|
||||
.is_empty()
|
||||
);
|
||||
let _content_id = db.insert_content(channel_item_id, None, title, description)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue