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