mirror of
https://github.com/google/nomulus
synced 2026-01-03 03:35:42 +00: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user