There was an error while loading. Please reload this page.
delayed_events
1 parent 077a6f7 commit 8580ab6Copy full SHA for 8580ab6
changelog.d/19155.bugfix
@@ -0,0 +1 @@
1
+Let the SQLite-to-PostgreSQL migration script correctly migrate a boolean column in the `delayed_events` table.
synapse/_scripts/synapse_port_db.py
@@ -107,6 +107,7 @@
107
BOOLEAN_COLUMNS = {
108
"access_tokens": ["used"],
109
"account_validity": ["email_sent"],
110
+ "delayed_events": ["is_processed"],
111
"device_lists_changes_in_room": ["converted_to_destinations"],
112
"device_lists_outbound_pokes": ["sent"],
113
"devices": ["hidden"],
0 commit comments