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

Commit bd715e1

Browse files
authored
Add ui_auth_sessions_ips table to synapse_port_db ignore list (#8410)
This table was created in #8034 (1.20.0). It references `ui_auth_sessions`, which is ignored, so this one should be too. Signed-off-by: Dagfinn Ilmari Mannsåker <[email protected]>
1 parent 450ec48 commit bd715e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/8410.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a v1.20.0 regression in the `synapse_port_db` script regarding the `ui_auth_sessions_ips` table.

scripts/synapse_port_db

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ IGNORED_TABLES = {
145145
# the sessions are transient anyway, so ignore them.
146146
"ui_auth_sessions",
147147
"ui_auth_sessions_credentials",
148+
"ui_auth_sessions_ips",
148149
}
149150

150151

0 commit comments

Comments
 (0)