Add defaultPromoTokens to Registry (#1850)

* Add defaultPromoTokens to Registry

* Remove flyway files from this PR

* Fix merge conflicts

* Add back flyway file

* Add more info to error messages

* Change to a list

* Fix javadoc

* Change error message

* Add note to field declaration
This commit is contained in:
sarahcaseybot
2022-12-06 12:22:43 -05:00
committed by GitHub
parent 9bf1bf47dd
commit 342ae7a5de
6 changed files with 232 additions and 0 deletions
@@ -78,6 +78,7 @@
<class>google.registry.model.domain.RegistryLock</class>
<!-- Customized type converters -->
<class>google.registry.persistence.converter.AllocationTokenListConverter</class>
<class>google.registry.persistence.converter.AllocationTokenStatusTransitionConverter</class>
<class>google.registry.persistence.converter.BillingCostTransitionConverter</class>
<class>google.registry.persistence.converter.BillingEventFlagSetConverter</class>