Mark the shadow_banned column as boolean in synapse_port_db. (#8386)
parent
2983049a77
commit
13099ae431
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"],
|
"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