rename table

This commit is contained in:
yggverse 2026-01-08 00:42:26 +02:00
parent 7b9fac8d3a
commit e26236a591
3 changed files with 23 additions and 23 deletions

View file

@ -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)?;