yusuketk %!s(int64=6) %!d(string=hai) anos
pai
achega
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' });
   },
 };