diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-30 21:31:51 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-30 21:31:51 +0900 |
| commit | 616408f36e10a6e6409208ed680c30ed0e2b8b34 (patch) | |
| tree | 096516c42bee558bf759bb660169947c99063da8 /tools/migration | |
| parent | 返信先プレビューなどではURLプレビューを表示しないよ... (diff) | |
| download | misskey-616408f36e10a6e6409208ed680c30ed0e2b8b34.tar.gz misskey-616408f36e10a6e6409208ed680c30ed0e2b8b34.tar.bz2 misskey-616408f36e10a6e6409208ed680c30ed0e2b8b34.zip | |
oops
Diffstat (limited to 'tools/migration')
| -rw-r--r-- | tools/migration/nighthike/4.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/migration/nighthike/4.js b/tools/migration/nighthike/4.js index 2e252b7f4e..f308341f0c 100644 --- a/tools/migration/nighthike/4.js +++ b/tools/migration/nighthike/4.js @@ -227,6 +227,7 @@ db.users.update({}, { 'account.twitter.access_token_secret': '', 'account.twitter.user_id': '', 'account.twitter.screen_name': '', - 'account.line.user_id': '' + 'account.line.user_id': '', + 'account.client_settings.mobile_home': '' } }, false, true); |