mirror of
https://github.com/google/nomulus.git
synced 2025-07-14 23:15:18 +02:00
Add IntervalDescriptor and change DurationConverter to use Interval datatype (#653)
* Add use of interval data type * Add support for Millis * Use Java-object type * Change column type for relock_duration * add years and months * Add tests for hours, minutes, and seconds * Add javadoc describing how joda duration is stored * Add test for lots of days
This commit is contained in:
parent
0e6bc91861
commit
4a2215e88d
14 changed files with 248 additions and 31 deletions
|
@ -459,7 +459,7 @@ create sequence history_id_sequence start 1 increment 1;
|
|||
lock_request_timestamp timestamptz not null,
|
||||
registrar_id text not null,
|
||||
registrar_poc_id text,
|
||||
relock_duration int8,
|
||||
relock_duration interval,
|
||||
repo_id text not null,
|
||||
unlock_completion_timestamp timestamptz,
|
||||
unlock_request_timestamp timestamptz,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue