1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 19:05:55 +02:00

Add host field to User

This commit is contained in:
Akihiko Odaki
2018-03-27 12:02:43 +09:00
parent 001d5faac9
commit 396bb5821e
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
db.users.update({ }, { $set: { host: null } }, { multi: true });