diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-02-27 21:50:19 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-27 22:44:51 +0100 |
commit | 6ea619a95c8e0be88956bc82675e4c0ebcb8dac9 (patch) | |
tree | ceca0e41dd4d9c6d0ad1376fa1b3b9a6c1293d8f /bin | |
parent | ed9c15d8bb30536e06a37448310f4db474d1a2eb (diff) | |
download | jenkins.debian.net-6ea619a95c8e0be88956bc82675e4c0ebcb8dac9.tar.xz |
reproducible: db_maintenance: add open_signatures, done_signatures, open_environment, done_environment columns to the bugs_stats. they are already there, just document them
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_db_maintenance.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_db_maintenance.py b/bin/reproducible_db_maintenance.py index d9af9f73..7dff97a9 100755 --- a/bin/reproducible_db_maintenance.py +++ b/bin/reproducible_db_maintenance.py @@ -111,6 +111,10 @@ db_schema = [ done_buildinfo INTEGER, open_cpu INTEGER, done_cpu INTEGER, + open_signatures INTEGER, + done_signatures INTEGER, + open_environment INTEGER, + one_environment INTEGER, PRIMARY KEY (datum))'''] }, { |