little-cui commented on a change in pull request #228:
URL: https://github.com/apache/servicecomb-kie/pull/228#discussion_r758136310



##########
File path: deployments/db.js
##########
@@ -110,8 +115,11 @@ db.createCollection( "polling_detail", {
                     bsonType: "number"
                 }
             }
-        } }
-} );
+        }
+    }
+});
+db.createCollection("task");
+db.createCollection("tombstone");

Review comment:
       不需要在这里加,应该在独立的module中做




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to