mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-04 23:10:13 +01:00
Add indexes to collection setup
This commit is contained in:
parent
bf9ffc07b7
commit
ab88055ffe
@ -55,7 +55,14 @@ export default [
|
||||
default: false,
|
||||
},
|
||||
],
|
||||
indexes: [],
|
||||
indexes: [
|
||||
{
|
||||
key: "expiresAt",
|
||||
type: "key",
|
||||
attributes: ["expiresAt"],
|
||||
orders: ["ASC"],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
$id: "shareSecurity",
|
||||
|
Loading…
Reference in New Issue
Block a user