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