Add the PackagePromotion table (#1745)

* Add the PackagePromotion table

* Add long id

* Add NOT NULL

* fix formatting

* make package price non null

* Add not nulls to java file

* Fix broken tests from merge conflicts
This commit is contained in:
sarahcaseybot
2022-08-24 14:16:34 -04:00
committed by GitHub
parent 02af277148
commit db6329a070
8 changed files with 298 additions and 1 deletions
@@ -52,6 +52,7 @@
<class>google.registry.model.domain.secdns.DelegationSignerData</class>
<class>google.registry.model.domain.secdns.DomainDsDataHistory</class>
<class>google.registry.model.domain.token.AllocationToken</class>
<class>google.registry.model.domain.token.PackagePromotion</class>
<class>google.registry.model.host.HostHistory</class>
<class>google.registry.model.host.Host</class>
<class>google.registry.model.poll.PollMessage</class>