2
0
Yuki Takei 5 жил өмнө
parent
commit
3b954bba35

+ 1 - 0
src/server/models/attachment.js

@@ -63,4 +63,5 @@ module.exports = function(crowi) {
     return attachment;
   };
 
+  return mongoose.model('Attachment', attachmentSchema);
 };