mirror of
https://example.com
synced 2024-11-23 23:16:38 +09:00
2 lines
65 B
JavaScript
2 lines
65 B
JavaScript
|
db.users.update({ }, { $set: { host: null } }, { multi: true });
|