Mark the shadow_banned column as boolean in synapse_port_db. (#8386)
parent
3f4a2a7064
commit
f3e5c2e702
Binary file not shown.
|
@ -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"],
|
||||
"room_stats_state": ["is_federatable"],
|
||||
"local_media_repository": ["safe_from_quarantine"],
|
||||
"users": ["shadow_banned"],
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue