google-nomulus/db/src
Weimin Yu cb63c3dd80
Add unique constraints on domain_hosts (#911)
* Add unique constraints on domain_hosts

Add unique constraints on DomainHost (child of DomainBase) and
DomainHistoryHost (child of DomainHistory). DomainHost is non-entity
embedded object and Hibernate does not define indexes automatically.

This should improve read and write performance of the parent entities.
2020-12-21 18:22:24 -05:00
..
main Add unique constraints on domain_hosts (#911) 2020-12-21 18:22:24 -05:00
test Enhance the test for forbidden Schema changes (#815) 2020-09-24 12:31:08 -04:00