rm devices wip
This commit is contained in:
parent
eff2cb8e67
commit
e0fb96d64d
3 changed files with 34 additions and 50 deletions
|
|
@ -26,7 +26,12 @@ let preflight =
|
|||
"SET search_path TO exchange;";
|
||||
]
|
||||
in
|
||||
fun (module Conn : CONN) -> Syntax.list_iter (fun p -> Conn.exec p ()) l
|
||||
fun (module Conn : CONN) ->
|
||||
let r = Syntax.list_iter (fun p -> Conn.exec p ()) l in
|
||||
match r with
|
||||
| Error err ->
|
||||
Fmt.failwith "Database preflight failure: %a." Caqti_error.pp err
|
||||
| Ok () -> ()
|
||||
|
||||
let find_signkey =
|
||||
let req =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue