summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_db_maintenance.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-02-27 21:50:19 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-27 22:44:51 +0100
commit6ea619a95c8e0be88956bc82675e4c0ebcb8dac9 (patch)
treececa0e41dd4d9c6d0ad1376fa1b3b9a6c1293d8f /bin/reproducible_db_maintenance.py
parented9c15d8bb30536e06a37448310f4db474d1a2eb (diff)
downloadjenkins.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/reproducible_db_maintenance.py')
-rwxr-xr-xbin/reproducible_db_maintenance.py4
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))''']
},
{