1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-10-01 00:50:10 +02:00

Add indexes to collection setup

This commit is contained in:
Elias Schneider 2022-04-28 16:51:18 +02:00
parent bf9ffc07b7
commit ab88055ffe
No known key found for this signature in database
GPG Key ID: D5EC1C72D93244FD

View File

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