add log
This commit is contained in:
parent
b7f9acca0a
commit
41fdf20598
@ -20,6 +20,8 @@ async fn main() -> Result<(), Box<dyn Error>> {
|
|||||||
hz: ActiveValue::set("test".to_string()),
|
hz: ActiveValue::set("test".to_string()),
|
||||||
py_js: ActiveValue::set("test".to_string()),
|
py_js: ActiveValue::set("test".to_string()),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
println!("inserting tests into words table in tests.db");
|
||||||
insert_word.insert(&db_info.db).await?;
|
insert_word.insert(&db_info.db).await?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
Loading…
Reference in New Issue
Block a user