mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 15:53:51 +09:00
wip
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user