1
0
mirror of https://github.com/google/nomulus synced 2026-02-07 05:21:15 +00:00
Files
nomulus/db/src/main/resources/sql/schema
gbrodman e9610636e4 Add a relockDuration to the RegistryLock SQL object (#514)
* Add a relockDuration to the RegistryLock SQL object

This is the length of time after an unlock that we will re-lock the
domain in question.

* Sort by domain name for stability

Note: this is likely not the best solution for the UI but we can iterate
on this.

* Add nullable

* Add a converter for Duration
2020-03-16 17:44:25 -04:00
..