1
0
Fork 1
mirror of https://example.com synced 2024-11-24 03:36:39 +09:00
firefish/tools/migration/shell.1522116710.user-host_lower.js

2 lines
71 B
JavaScript
Raw Normal View History

2018-03-27 15:57:42 +09:00
db.users.update({ }, { $set: { host_lower: null } }, { multi: true });