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;
|
script : string;
|
||||||
job_id : id;
|
job_id : id;
|
||||||
}
|
}
|
||||||
val t : t Caqti_type.t
|
|
||||||
module Meta :
|
module Meta :
|
||||||
sig
|
sig
|
||||||
type t = {
|
type t = {
|
||||||
|
@ -86,7 +85,6 @@ sig
|
||||||
result : Builder.execution_result;
|
result : Builder.execution_result;
|
||||||
job_id : id;
|
job_id : id;
|
||||||
}
|
}
|
||||||
val t : t Caqti_type.t
|
|
||||||
end
|
end
|
||||||
|
|
||||||
val migrate :
|
val migrate :
|
||||||
|
|
Loading…
Reference in a new issue