Make migration scripts
and use createdAt instead of _id
This commit is contained in:
3
tools/migration/nighthike/10.js
Normal file
3
tools/migration/nighthike/10.js
Normal file
@@ -0,0 +1,3 @@
|
||||
db.following.remove({
|
||||
deletedAt: { $exists: true }
|
||||
});
|
Reference in New Issue
Block a user