diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-05 02:49:02 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-05 02:49:02 +0200 |
commit | f545e58738fa618ce827e9013fc85f6c591ecc6a (patch) | |
tree | 481661b7240a8b15133960f89aac48afa59af4b6 /bin | |
parent | 8431ea21f751403e24341b511eeb4491d40308c3 (diff) | |
download | jenkins.debian.net-f545e58738fa618ce827e9013fc85f6c591ecc6a.tar.xz |
reproducible: drop diffp_path column from db
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh index f36442ac..c3433694 100755 --- a/bin/reproducible_setup.sh +++ b/bin/reproducible_setup.sh @@ -16,7 +16,6 @@ if [ ! -f ${PACKAGES_DB} ] ; then status TEXT NOT NULL CHECK (status IN ("FTBFS","reproducible","unreproducible","404", "not for us")), build_date TEXT NOT NULL, - diffp_path TEXT, PRIMARY KEY (name))' sqlite3 ${PACKAGES_DB} ' CREATE TABLE source_stats |