fix(core): remove unique constraint from conversation index

pull/3723/head
dsx137 5 days ago
parent d16a617ba8
commit 6fee39f342

@ -51,7 +51,7 @@ func NewConversationMongo(db *mongo.Database) (*ConversationMgo, error) {
Keys: bson.D{
{Key: "conversation_id", Value: 1},
},
Options: options.Index().SetUnique(true),
Options: options.Index(),
},
})
if err != nil {

Loading…
Cancel
Save