1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 09:46:06 +02:00
This commit is contained in:
syuilo
2018-04-08 16:36:05 +09:00
parent 238984be39
commit 17f20a90b2

View File

@@ -23,6 +23,7 @@ db.notes.update({}, {
$rename: {
_repost: '_renote',
repostId: 'renoteId',
repostCount: 'renoteCount'
}
}, false, true);