Clean up Builder_db interface
Database encoding functions are not useful to library users.
This commit is contained in:
parent
3a0d9222d5
commit
841dabcc03
1 changed files with 0 additions and 2 deletions
|
@ -76,7 +76,6 @@ sig
|
|||
script : string;
|
||||
job_id : id;
|
||||
}
|
||||
val t : t Caqti_type.t
|
||||
module Meta :
|
||||
sig
|
||||
type t = {
|
||||
|
@ -86,7 +85,6 @@ sig
|
|||
result : Builder.execution_result;
|
||||
job_id : id;
|
||||
}
|
||||
val t : t Caqti_type.t
|
||||
end
|
||||
|
||||
val migrate :
|
||||
|
|
Loading…
Reference in a new issue