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