Add missing otherClientId field to Datastore schema

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=143961315
This commit is contained in:
mcilwain 2017-01-09 07:42:39 -08:00 committed by Ben McIlwain
parent eaec03e670
commit 01c7e1d38e

View file

@ -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;
}