google-nomulus/db/src
Weimin Yu cdcdde2c96 Add an index on Host.host_name column (#1510)
* Add an index on Host.host_name column

This field is queried during host creation and needs an index to speed
up the query.

Since Hibernate does not explicitly refer to indexes, we can change the
code and schema in one PR.
2022-02-03 15:57:15 -05:00
..
main Add an index on Host.host_name column (#1510) 2022-02-03 15:57:15 -05:00
test Enhance the test for forbidden Schema changes (#815) 2020-09-24 12:31:08 -04:00