From 01c7e1d38e2778f9e04bc9ed0111ba125e52fef7 Mon Sep 17 00:00:00 2001 From: mcilwain Date: Mon, 9 Jan 2017 07:42:39 -0800 Subject: [PATCH] Add missing otherClientId field to Datastore schema ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=143961315 --- 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 4e42eab36..1f28007c0 100644 --- a/javatests/google/registry/model/schema.txt +++ b/javatests/google/registry/model/schema.txt @@ -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; }