You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my_message::Entity::insert_many(
my_messages.inspect(|e| debug!("Message to write to database: {:?}", e)),).on_empty_do_nothing().on_conflict(OnConflict::column(Column::Id).do_nothing().to_owned()).exec_with_returning(self.database.as_ref()).await.wrap_err("unable to insert my_messages into database")?;
Caused by:
0: unable to insert dsi_messages into database
1: RecordNotFound Error: Failed to find inserted item
primary key is a String
version
The text was updated successfully, but these errors were encountered: