We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7a484 commit 5677afaCopy full SHA for 5677afa
src/main/scripts/releases/4.2/addServiceFacet.js
@@ -0,0 +1,5 @@
1
+let hub = db.hub.findOne({urlPath:'merit'});
2
+hub.availableFacets.push('services')
3
+hub.adminFacets.push('services');
4
+
5
+db.hub.replaceOne({urlPath:'merit'}, hub);
0 commit comments