add index
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
},
|
||||
"sentAt": {
|
||||
"type": "datetime",
|
||||
"readOnly": true
|
||||
"readOnly": true,
|
||||
"index": true
|
||||
},
|
||||
"emailAddress": {
|
||||
"type": "varchar",
|
||||
@@ -49,4 +50,4 @@
|
||||
"orderBy": "createdAt",
|
||||
"order": "desc"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user