mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 20:15:55 +02:00
Add host_lower to User
This commit is contained in:
1
tools/migration/shell.1522116710.user-host_lower.js
Normal file
1
tools/migration/shell.1522116710.user-host_lower.js
Normal file
@@ -0,0 +1 @@
|
||||
db.users.update({ }, { $set: { host_lower: null } }, { multi: true });
|
||||
Reference in New Issue
Block a user