rm devices wip

This commit is contained in:
swrup 2026-03-12 13:23:27 +01:00
parent eff2cb8e67
commit e0fb96d64d
3 changed files with 34 additions and 50 deletions

View file

@ -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 =