Explorar o código

Revert "fail"

This reverts commit 5dabb2eead90020cafb3f4d8d5f2c808b11d33b4.
yusuketk %!s(int64=6) %!d(string=hai) anos
pai
achega
d53220bf68

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