diff --git a/javatests/google/registry/model/schema.txt b/javatests/google/registry/model/schema.txt index 4e42eab36..1f28007c0 100644 --- a/javatests/google/registry/model/schema.txt +++ b/javatests/google/registry/model/schema.txt @@ -776,6 +776,7 @@ class google.registry.model.reporting.HistoryEntry { google.registry.model.reporting.HistoryEntry$Type type; java.lang.Boolean requestedByRegistrar; java.lang.String clientId; + java.lang.String otherClientId; java.lang.String reason; org.joda.time.DateTime modificationTime; }