mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Mark the shadow_banned column as boolean in synapse_port_db. (#8386)
This commit is contained in:
parent
3f4a2a7064
commit
f3e5c2e702
Binary file not shown.
1
changelog.d/8386.bugfix
Normal file
1
changelog.d/8386.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix a bug introduced in v1.20.0 which caused the `synapse_port_db` script to fail.
|
@ -89,6 +89,7 @@ BOOLEAN_COLUMNS = {
|
|||||||
"redactions": ["have_censored"],
|
"redactions": ["have_censored"],
|
||||||
"room_stats_state": ["is_federatable"],
|
"room_stats_state": ["is_federatable"],
|
||||||
"local_media_repository": ["safe_from_quarantine"],
|
"local_media_repository": ["safe_from_quarantine"],
|
||||||
|
"users": ["shadow_banned"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user