branch: master
commit 3df6e09ec2610c5dbdddf66c41a0c37ae64c508b
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sun Jun 13 11:36:21 2021 +0200

    Document the BuildDependencies table.
    
    * doc/cuirass.texi (Database schema): Document the BuildDependencies table.
---
 doc/cuirass.texi | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/doc/cuirass.texi b/doc/cuirass.texi
index e1b8141..b2e3836 100644
--- a/doc/cuirass.texi
+++ b/doc/cuirass.texi
@@ -1324,6 +1324,24 @@ Currently, it has the same value as the @code{timestamp} 
above.
 
 @end table
 
+@section BuildDependencies
+@cindex builddependencies, database
+
+This table contains the dependencies between the builds registered in
+the @code{Builds} table.
+
+@table @code
+@item source
+This integer field holds a reference to the build @code{id} from the
+@code{Builds} table.
+
+@item target
+This integer field holds a reference to the build @code{id} from the
+@code{Builds} table, indicating that the @code{source} build id
+depends from the @code{target} build id.
+
+@end table
+
 @section Outputs
 @cindex outputs, database
 

Reply via email to