mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-19 05:23:14 +02:00
Add indexes to collection setup
This commit is contained in:
@@ -55,7 +55,14 @@ export default [
|
|||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
indexes: [],
|
indexes: [
|
||||||
|
{
|
||||||
|
key: "expiresAt",
|
||||||
|
type: "key",
|
||||||
|
attributes: ["expiresAt"],
|
||||||
|
orders: ["ASC"],
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
$id: "shareSecurity",
|
$id: "shareSecurity",
|
||||||
|
|||||||
Reference in New Issue
Block a user