Portdb: don't copy a table that gets rebuilt (#16563)

This commit is contained in:
David Robertson 2023-10-27 20:14:02 +01:00 committed by GitHub
parent 11a8ae0632
commit 747416e94c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/16563.misc Normal file
View file

@ -0,0 +1 @@
Stop porting a table in port db that we're going to nuke and rebuild anyway.

View file

@ -191,7 +191,7 @@ IGNORED_TABLES = {
"user_directory_search_stat",
"user_directory_search_pos",
"users_who_share_private_rooms",
"users_in_public_room",
"users_in_public_rooms",
# UI auth sessions have foreign keys so additional care needs to be taken,
# the sessions are transient anyway, so ignore them.
"ui_auth_sessions",