mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Improve wekan performance #837
This commit is contained in:
parent
cd70076af2
commit
cd6317cedb
4 changed files with 9 additions and 1 deletions
|
|
@ -414,6 +414,9 @@ if (Meteor.isServer) {
|
|||
_id: 1,
|
||||
'members.userId': 1,
|
||||
}, { unique: true });
|
||||
Boards._collection._ensureIndex({
|
||||
'members.userId': 1,
|
||||
}, { unique: true });
|
||||
});
|
||||
|
||||
// Genesis: the first activity of the newly created board
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue