mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +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: {
|
||||
type: String,
|
||||
index: true
|
||||
},
|
||||
context: {
|
||||
type: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue