wip rm devices

This commit is contained in:
swrup 2026-03-12 13:23:27 +01:00
parent eff2cb8e67
commit 49f07de7a2
3 changed files with 36 additions and 69 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 =