mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Commented out extra index because of IndexOptionsConflict.
Thanks to xet7 !
This commit is contained in:
parent
c926475eb1
commit
3c39953b42
1 changed files with 2 additions and 0 deletions
|
@ -1666,6 +1666,7 @@ if (Meteor.isServer) {
|
|||
Users._collection.createIndex({
|
||||
modifiedAt: -1,
|
||||
});
|
||||
/* Commented out extra index because of IndexOptionsConflict.
|
||||
Users._collection.createIndex(
|
||||
{
|
||||
username: 1,
|
||||
|
@ -1674,6 +1675,7 @@ if (Meteor.isServer) {
|
|||
unique: true,
|
||||
},
|
||||
);
|
||||
*/
|
||||
Meteor.defer(() => {
|
||||
addCronJob();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue