index
:
misskey
master
my misskey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
migration
/
shell.1509507382.reply_to-to-reply.js
blob: ceb272ebc96ce0b5fc0fb3bc05a5739d86fa73b0 (
plain
)
1
2
3
4
5
db
.
posts
.
update
({},
{
$rename
:
{
reply_to_id
:
'reply_id'
}
},
false
,
true
);