egirlskey/tools/migration/nighthike/10.js
syuilo 5ce6fa67d2 Make migration scripts
and use createdAt instead of _id
2018-04-02 23:19:07 +09:00

4 lines
56 B
JavaScript

db.following.remove({
deletedAt: { $exists: true }
});