Add indexes to collection setup

This commit is contained in:
Elias Schneider
2022-04-28 16:51:18 +02:00
parent bf9ffc07b7
commit ab88055ffe

View File

@@ -55,7 +55,14 @@ export default [
default: false,
},
],
indexes: [],
indexes: [
{
key: "expiresAt",
type: "key",
attributes: ["expiresAt"],
orders: ["ASC"],
},
],
},
{
$id: "shareSecurity",