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:
1
tools/migration/shell.1522116709.user-host.js
Normal file
1
tools/migration/shell.1522116709.user-host.js
Normal file
@@ -0,0 +1 @@
|
||||
db.users.update({ }, { $set: { host: null } }, { multi: true });
|
||||
Reference in New Issue
Block a user