From 7d7f6831069933e8961656385e178c03f0a492a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Lassieur?= Date: Sat, 4 Aug 2018 18:33:04 +0200 Subject: doc: Fix database description. * doc/cuirass.texi (Database schema): Add 'Outputs' to the database description. --- doc/cuirass.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3