mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
zilencer: Clarify what the remote_id column of RemoteCounts is.
This commit is contained in:
committed by
Tim Abbott
parent
1af84c1231
commit
852e13a0f0
@@ -132,7 +132,9 @@ class RemoteRealmAuditLog(AbstractRealmAuditLog):
|
||||
|
||||
class BaseRemoteCount(BaseCount):
|
||||
server = models.ForeignKey(RemoteZulipServer, on_delete=models.CASCADE)
|
||||
# The remote_id field lets us deduplicate data from the remote server
|
||||
# The remote_id field is the id value of the corresponding *Count object
|
||||
# on the remote server.
|
||||
# It lets us deduplicate data from the remote server.
|
||||
remote_id = models.IntegerField()
|
||||
|
||||
class Meta:
|
||||
|
Reference in New Issue
Block a user