1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-02 04:22:09 -06:00
paricafe/tools/migration/nighthike/10.js

4 lines
56 B
JavaScript
Raw Normal View History

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