wip
This commit is contained in:
parent
9bcd3cde46
commit
efb7c71d88
2 changed files with 18 additions and 1 deletions
|
|
@ -187,3 +187,10 @@ db.signin.update({}, {
|
|||
user_id: 'userId',
|
||||
}
|
||||
}, false, true);
|
||||
|
||||
db.sw_subscriptions.renameCollection('swSubscriptions');
|
||||
db.swSubscriptions.update({}, {
|
||||
$rename: {
|
||||
user_id: 'userId',
|
||||
}
|
||||
}, false, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue