2
0
Эх сурвалжийг харах

[ENH] Add index on CardId into Comments collection

fmonthel 9 жил өмнө
parent
commit
584ab26aee

+ 1 - 1
models/cardComments.js

@@ -62,7 +62,7 @@ if (Meteor.isServer) {
   Meteor.startup(() => {
     CardComments._collection._ensureIndex({ cardId: 1, createdAt: -1 });
   });
-  
+
   CardComments.after.insert((userId, doc) => {
     Activities.insert({
       userId,