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 12:01:09 -05:00
committed by Ben McIlwain
parent eaec03e670
commit 01c7e1d38e
@@ -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;
}