mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 22:26:43 -06:00
2 lines
71 B
JavaScript
2 lines
71 B
JavaScript
|
db.users.update({ }, { $set: { host_lower: null } }, { multi: true });
|