1
0
Fork 1
mirror of https://example.com synced 2024-11-24 01:16:40 +09:00
This commit is contained in:
syuilo 2017-11-01 12:36:22 +09:00
parent 2a919adf12
commit 1c73b08e95

View file

@ -0,0 +1,5 @@
db.posts.update({}, {
$rename: {
reply_to_id: 'reply_id'
}
}, false, true);