From 40540b1846bc09e47704e38c7b4a9f3c6867479c Mon Sep 17 00:00:00 2001 From: mcilwain Date: Fri, 18 Jan 2019 14:14:51 -0800 Subject: [PATCH] Add non-polymorphic DomainBase indexes These indxes do not include the ^i field like the current ones do. We'll need these so that we can properly index into the DomainBase entities once DomainResource is merged into them (which will cause us to lose the value of the ^i field). The migration plan is to push next week's release with these new indexes, then run the re-save all EPP resources action to populate them, and then eventually remove the ^i versions of the indexes, retaining only these newly added ones, once the DomainBase/DomainResource merge is accomplished. TESTED=Deployed to alpha, ran the re-save all EPP resources mapreduce, and verified that the new indexes were populated. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=229992464 --- .../default/WEB-INF/datastore-indexes.xml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/java/google/registry/env/common/default/WEB-INF/datastore-indexes.xml b/java/google/registry/env/common/default/WEB-INF/datastore-indexes.xml index 481129a1a..dffd81d01 100644 --- a/java/google/registry/env/common/default/WEB-INF/datastore-indexes.xml +++ b/java/google/registry/env/common/default/WEB-INF/datastore-indexes.xml @@ -11,12 +11,20 @@ + + + + + + + + @@ -28,6 +36,10 @@ + + + + @@ -55,6 +67,10 @@ + + + + @@ -87,17 +103,30 @@ + + + + + + + + + + + + +