Add host_lower to User

This commit is contained in:
Akihiko Odaki
2018-03-27 15:57:42 +09:00
parent 336384a193
commit 285bf04221
3 changed files with 3 additions and 0 deletions

View File

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