rm timestamp.ml
This commit is contained in:
parent
5bcd84ca54
commit
75759afe69
7 changed files with 7 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ let amount : Amount.t t =
|
|||
(* we want to use int64 timestamps,
|
||||
not postgresql built-in timestamp type *)
|
||||
let ptime : unit t = Caqti_type.unit
|
||||
let time = Timestamp.caqti
|
||||
let time = Time.Timestamp.caqti
|
||||
let time_span = Time.TimeRelative.caqti
|
||||
let age_mask : int t = Caqti_type.int
|
||||
let rsa_pub = RsaPublicKey.caqti
|
||||
|
|
@ -356,7 +356,7 @@ module Auditor = struct
|
|||
auditor_pub: Crypto.EddsaPublicKey.t;
|
||||
auditor_url: string;
|
||||
auditor_name: string;
|
||||
last_change: Timestamp.t;
|
||||
last_change: Time.Timestamp.t;
|
||||
is_active: bool;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue