diff options
Diffstat (limited to 'steuermann/db.sql')
-rw-r--r-- | steuermann/db.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/steuermann/db.sql b/steuermann/db.sql index 664f5df..dd6a569 100644 --- a/steuermann/db.sql +++ b/steuermann/db.sql @@ -16,7 +16,8 @@ CREATE TABLE status ( status VARCHAR(5), -- N = not started - -- S = started, not finished + -- R = started, not finished + -- S = skipped -- P = prereq not satisfied, so not attempted -- 0-255 = exit code |