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