From 74369b69be20febf73abfad200adb5862b54dc43 Mon Sep 17 00:00:00 2001 From: ctingue Date: Thu, 6 Oct 2016 12:51:35 -0700 Subject: [PATCH] Fix build by adding missing LrpToken.metadata field to schema file ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135392862 --- javatests/google/registry/model/schema.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/javatests/google/registry/model/schema.txt b/javatests/google/registry/model/schema.txt index 0509e4c82..634f6a543 100644 --- a/javatests/google/registry/model/schema.txt +++ b/javatests/google/registry/model/schema.txt @@ -291,6 +291,7 @@ class google.registry.model.domain.LrpToken { com.googlecode.objectify.Key redemptionHistoryEntry; google.registry.model.UpdateAutoTimestamp updateTimestamp; java.lang.String assignee; + java.util.Map metadata; java.util.Set validTlds; } class google.registry.model.domain.Period {