yusuketk 6 년 전
부모
커밋
5dabb2eead
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/migrations/20200414164011-add-image-attachment-path-to-user.js

+ 1 - 1
src/migrations/20200414164011-add-image-attachment-path-to-user.js

@@ -35,6 +35,6 @@ module.exports = {
   },
 
   down(db) {
-    db.collection('users').update({}, { $unset: 'imageAttachmentPath' });
+    // db.collection('users').update({}, { $unset: 'imageAttachmentPath' });
   },
 };