mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
export: We expect that zerver_client is written late.
This silences a misleading warning; the behaviour changed in
f2024ad625
.
This commit is contained in:
committed by
Tim Abbott
parent
d17851a3ed
commit
6a8deb7115
@@ -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
|
||||||
|
Reference in New Issue
Block a user