add sql/Makefile, to be used to init database

use GNU Taler exchange .sql files
This commit is contained in:
swrup 2025-11-11 10:03:07 +01:00
parent 4749bb7c62
commit c48892ca9a
5 changed files with 94 additions and 1 deletions

View file

@ -23,3 +23,5 @@ let test req server _ =
let str = Fmt.str "Database error: %a." Caqti_error.pp err in
let* () = Vif.Response.with_string req str in
Vif.Response.respond `Internal_server_error
let init = test