added azure related code
[it/otf.git] / otf-frontend / server / src / feathers / models / test-heads.model.js
index b1bb52d..b8b76e3 100644 (file)
@@ -35,6 +35,7 @@ module.exports = function (app) {
                authorizationEnabled: { type: Boolean, default: false },\r
                isPublic: { type: Boolean }\r
        }, {\r
+               shardKey: { groupId: 1 },\r
                timestamps: true\r
        });\r
 \r