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