From 2c2fc315f1eca6157f6d3a8989fd1143fa53969b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 1 Jan 2015 16:30:06 +0100 Subject: reproducible: split graph about investigated packages and identified issues into two --- bin/reproducible_common.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index b2bc51dd..21dc6a76 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -98,6 +98,10 @@ elif [ ! -f ${PACKAGES_DB} ] ; then CREATE TABLE stats_notes (datum TEXT NOT NULL, packages_with_notes INTEGER, + PRIMARY KEY (datum))' + sqlite3 ${PACKAGES_DB} ' + CREATE TABLE stats_issues + (datum TEXT NOT NULL, known_issues INTEGER, PRIMARY KEY (datum))' # 60 seconds timeout when trying to get a lock -- cgit v1.2.3-54-g00ecf