add index

This commit is contained in:
Yuri Kuznetsov
2023-12-31 11:00:46 +02:00
parent 25ee3df284
commit a42bbbe00c
@@ -24,7 +24,8 @@
},
"sentAt": {
"type": "datetime",
"readOnly": true
"readOnly": true,
"index": true
},
"emailAddress": {
"type": "varchar",
@@ -49,4 +50,4 @@
"orderBy": "createdAt",
"order": "desc"
}
}
}