1
0
mirror of https://github.com/google/nomulus synced 2026-02-05 20:41:08 +00:00
Files
nomulus/db/src
Weimin Yu e2bd72a74e 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
..