yusuketk hace 6 años
padre
commit
5dabb2eead

+ 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' });
   },
 };