We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that the persons are created without any hub/projects as default
command to execute to add the hub + all the 5 SFT projects
db.person.updateMany( {projects:{$exists:false}}, {$set :{"hub" : "sft"} } );
db.person.updateMany( {projects:{$exists:false}}, {$set :{"projects": ["50b1cb29-cf33-4d43-a805-b07ae4de1750", "89383d0f-9735-4fe7-8eb4-8b2e9e9b7b5c", "d0b2f329-c394-464b-b5ab-e1e205585a7c", "b7eee643-d5fe-465e-af38-36b217440bd2", "49f55dc1-a63a-4ebf-962b-4d486db0ab16"]} } );
The text was updated successfully, but these errors were encountered:
mathieuLU
No branches or pull requests
It seems that the persons are created without any hub/projects as default
command to execute to add the hub + all the 5 SFT projects
db.person.updateMany(
{projects:{$exists:false}},
{$set :{"hub" : "sft"}
}
);
db.person.updateMany(
{projects:{$exists:false}},
{$set :{"projects":
["50b1cb29-cf33-4d43-a805-b07ae4de1750",
"89383d0f-9735-4fe7-8eb4-8b2e9e9b7b5c",
"d0b2f329-c394-464b-b5ab-e1e205585a7c",
"b7eee643-d5fe-465e-af38-36b217440bd2",
"49f55dc1-a63a-4ebf-962b-4d486db0ab16"]}
}
);
The text was updated successfully, but these errors were encountered: