1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-14 06:38:28 +09:00
cherrypick/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 }
});