Delete the deprecated RegistrarBillingEntry Datastore index

This should have been deleted in [] when the underlying entity was
deleted, but it was missed. It's been a no-op since then. This is just cleanup.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=231293033
This commit is contained in:
mcilwain 2019-01-28 14:47:33 -08:00 committed by Michael Muller
parent 88aa13d1a4
commit 2edb072e68

View file

@ -31,11 +31,6 @@
<property name="deletionTime" direction="asc"/> <property name="deletionTime" direction="asc"/>
<property name="fullyQualifiedHostName" direction="asc"/> <property name="fullyQualifiedHostName" direction="asc"/>
</datastore-index> </datastore-index>
<!-- For finding account balance of registrar and viewing billing history. -->
<datastore-index kind="RegistrarBillingEntry" ancestor="true" source="manual">
<property name="currency" direction="asc"/>
<property name="created" direction="desc"/>
</datastore-index>
<!-- For determining the active domains linked to a given contact. --> <!-- For determining the active domains linked to a given contact. -->
<datastore-index kind="DomainBase" ancestor="false" source="manual"> <datastore-index kind="DomainBase" ancestor="false" source="manual">
<property name="allContacts.contact" direction="asc"/> <property name="allContacts.contact" direction="asc"/>