mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 17:56:08 +02:00
Add missing otherClientId field to Datastore schema
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=143961315
This commit is contained in:
parent
eaec03e670
commit
01c7e1d38e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue