Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Mark the shadow_banned column as boolean in synapse_port_db. (#8386)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored and anoadragon453 committed Sep 24, 2020
1 parent 3f4a2a7 commit f3e5c2e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified .buildkite/test_db.db
Binary file not shown.
1 change: 1 addition & 0 deletions changelog.d/8386.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a bug introduced in v1.20.0 which caused the `synapse_port_db` script to fail.
1 change: 1 addition & 0 deletions scripts/synapse_port_db
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ BOOLEAN_COLUMNS = {
"redactions": ["have_censored"],
"room_stats_state": ["is_federatable"],
"local_media_repository": ["safe_from_quarantine"],
"users": ["shadow_banned"],
}


Expand Down

0 comments on commit f3e5c2e

Please sign in to comment.