diff options
author | Clément Lassieur <clement@lassieur.org> | 2018-08-04 18:33:04 +0200 |
---|---|---|
committer | Clément Lassieur <clement@lassieur.org> | 2018-08-04 18:33:04 +0200 |
commit | 7d7f6831069933e8961656385e178c03f0a492a9 (patch) | |
tree | 7a6d51d06e1e5d65987b9af34262154ae09ae043 /doc | |
parent | fb11e79c2e3bfa6ebe2b4e4a09889d0aff7f35fe (diff) | |
download | cuirass-7d7f6831069933e8961656385e178c03f0a492a9.tar cuirass-7d7f6831069933e8961656385e178c03f0a492a9.tar.gz |
doc: Fix database description.
* doc/cuirass.texi (Database schema): Add 'Outputs' to the database
description.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cuirass.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/cuirass.texi b/doc/cuirass.texi index 6cf82ba..d4c6ae1 100644 --- a/doc/cuirass.texi +++ b/doc/cuirass.texi @@ -249,8 +249,9 @@ Cuirass uses a SQLite database to store information about jobs and past build results, but also to coordinate the execution of jobs. The database contains the following tables: @code{Specifications}, -@code{Inputs}, @code{Stamps}, @code{Evaluations}, @code{Derivations} and -@code{Builds}. The purpose of each of these tables is explained below. +@code{Inputs}, @code{Stamps}, @code{Evaluations}, @code{Derivations}, +@code{Builds} and @code{Outputs}. The purpose of each of these tables is +explained below. @section Specifications @cindex specifications, database |