diff options
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-x | bin/reproducible_common.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index c88483b7..8f3f2375 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -97,6 +97,10 @@ elif [ ! -f ${PACKAGES_DB} ] ; then done_buildinfo INTEGER, open_cpu INTEGER, done_cpu INTEGER, + open_signatures INTEGER, + done_signatures INTEGER, + open_environment INTEGER, + done_environment INTEGER, PRIMARY KEY (datum))' sqlite3 ${PACKAGES_DB} ' CREATE TABLE stats_notes |