wip
This commit is contained in:
parent
7310435584
commit
ac12e63a85
2 changed files with 20 additions and 1 deletions
|
|
@ -101,3 +101,12 @@ db.messagingMessages.update({}, {
|
|||
}
|
||||
}, false, true);
|
||||
|
||||
db.mute.update({}, {
|
||||
$rename: {
|
||||
created_at: 'createdAt',
|
||||
deleted_at: 'deletedAt',
|
||||
mutee_id: 'muteeId',
|
||||
muter_id: 'muterId',
|
||||
}
|
||||
}, false, true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue