1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-14 22:59:35 +09:00
cherrypick/tools/migration/nighthike/10.js

4 lines
56 B
JavaScript
Raw Normal View History

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