mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50: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: {
|
position: {
|
||||||
type: Number,
|
type: Number,
|
||||||
default: 0,
|
default: 0,
|
||||||
|
index: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ timestamps: true },
|
{ timestamps: true },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue