forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
2a919adf12
commit
1c73b08e95
1 changed files with 5 additions and 0 deletions
5
tools/migration/reply_to-to-reply.js
Normal file
5
tools/migration/reply_to-to-reply.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
db.posts.update({}, {
|
||||
$rename: {
|
||||
reply_to_id: 'reply_id'
|
||||
}
|
||||
}, false, true);
|
Loading…
Reference in a new issue