mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
🔁 refactor: Add index to model field in Transaction Schema (#6890)
This commit is contained in:
parent
1e39808408
commit
67952372d0
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ const transactionSchema: Schema<ITransaction> = new Schema(
|
||||||
},
|
},
|
||||||
model: {
|
model: {
|
||||||
type: String,
|
type: String,
|
||||||
|
index: true
|
||||||
},
|
},
|
||||||
context: {
|
context: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue