diff --git a/.setup/data/collections.ts b/.setup/data/collections.ts index 7b9dcee..fe5cc33 100644 --- a/.setup/data/collections.ts +++ b/.setup/data/collections.ts @@ -55,7 +55,14 @@ export default [ default: false, }, ], - indexes: [], + indexes: [ + { + key: "expiresAt", + type: "key", + attributes: ["expiresAt"], + orders: ["ASC"], + }, + ], }, { $id: "shareSecurity",