export: We expect that zerver_client is written late.

This silences a misleading warning; the behaviour changed in
f2024ad625.
This commit is contained in:
Alex Vandiver
2025-08-25 15:55:40 +00:00
committed by Tim Abbott
parent d17851a3ed
commit 6a8deb7115

View File

@@ -314,6 +314,9 @@ MESSAGE_TABLES = {
# zerver_reaction belongs here, since it's added late because it # zerver_reaction belongs here, since it's added late because it
# has a foreign key into the Message table. # has a foreign key into the Message table.
"zerver_reaction", "zerver_reaction",
# zerver_client is also written after we know what clients got
# used
"zerver_client",
} }
# These get their own file as analytics data can be quite large and # These get their own file as analytics data can be quite large and