mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-06-15 23:43:06 +03:00
🔖 fix: bookmark error using CosmosDB - Added index to position field in schema (#4296)
This commit is contained in:
@@ -21,6 +21,7 @@ const conversationTagSchema = mongoose.Schema(
|
||||
position: {
|
||||
type: Number,
|
||||
default: 0,
|
||||
index: true,
|
||||
},
|
||||
},
|
||||
{ timestamps: true },
|
||||
|
||||
Reference in New Issue
Block a user