This commit is contained in:
syuilo 2017-11-01 12:36:22 +09:00
parent 7020b2e079
commit fbcd84c304

View file

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