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