Add host field to User
This commit is contained in:
parent
001d5faac9
commit
396bb5821e
3 changed files with 3 additions and 0 deletions
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 });
|
||||
Loading…
Add table
Add a link
Reference in a new issue