mirror of
https://github.com/hotomoe/hotomoe
synced 2024-11-28 23:08:17 +09:00
✌️
This commit is contained in:
parent
2a919adf12
commit
1c73b08e95
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 New Issue
Block a user