legacyMigrator: set blocked_by in migrated blocks to null
parent
c865eb9d56
commit
3e2954f4e3
|
@ -187,7 +187,7 @@ async function migrateBlockedUsers() {
|
||||||
await knex('blocked_users').insert({
|
await knex('blocked_users').insert({
|
||||||
user_id: userId,
|
user_id: userId,
|
||||||
user_name: '',
|
user_name: '',
|
||||||
blocked_by: 0,
|
blocked_by: null,
|
||||||
blocked_at: now
|
blocked_at: now
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue