mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 03:30:46 +02:00
Fix build by adding missing LrpToken.metadata field to schema file
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135392862
This commit is contained in:
parent
30adfd28fc
commit
74369b69be
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ class google.registry.model.domain.LrpToken {
|
|||
com.googlecode.objectify.Key<google.registry.model.reporting.HistoryEntry> redemptionHistoryEntry;
|
||||
google.registry.model.UpdateAutoTimestamp updateTimestamp;
|
||||
java.lang.String assignee;
|
||||
java.util.Map<java.lang.String, java.lang.String> metadata;
|
||||
java.util.Set<java.lang.String> validTlds;
|
||||
}
|
||||
class google.registry.model.domain.Period {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue