1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-20 20:39:23 -05: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);