🔁 refactor: Add index to model field in Transaction Schema (#6890)
This commit is contained in:
@@ -38,6 +38,7 @@ const transactionSchema: Schema<ITransaction> = new Schema(
|
||||
},
|
||||
model: {
|
||||
type: String,
|
||||
index: true
|
||||
},
|
||||
context: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user