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);