mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🔖 fix: bookmark error using CosmosDB - Added index to position field in schema (#4296)
This commit is contained in:
parent
2ca257dfb9
commit
ee5b96a7c8
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ const conversationTagSchema = mongoose.Schema(
|
|||
position: {
|
||||
type: Number,
|
||||
default: 0,
|
||||
index: true,
|
||||
},
|
||||
},
|
||||
{ timestamps: true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue