diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-03 14:21:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-03 14:21:39 +0100 |
commit | b922356cc047585b2d5b441064846e95b6a56e74 (patch) | |
tree | 7074304c6143fa77fbc01e7699f5d0c653702ea5 | |
parent | 4c8b5a6b607a3f022875e925c4bd316fb92245b7 (diff) | |
download | jenkins.debian.net-b922356cc047585b2d5b441064846e95b6a56e74.tar.xz |
fixup last commit
-rwxr-xr-x | bin/reproducible_db_maintenance.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_db_maintenance.py b/bin/reproducible_db_maintenance.py index c1ab6d20..85cd24ee 100755 --- a/bin/reproducible_db_maintenance.py +++ b/bin/reproducible_db_maintenance.py @@ -262,7 +262,7 @@ schema_updates = { '''INSERT INTO stats_builds_age_tmp (datum, suite, oldest_reproducible, oldest_unreproducible, oldest_FTBFS) SELECT datum, suite, oldest_reproducible, oldest_unreproducible, - FTBFS FROM stats_builds_age;''', + oldest_FTBFS FROM stats_builds_age;''', '''DROP TABLE stats_builds_age;''', '''ALTER TABLE stats_builds_age_tmp RENAME TO stats_builds_age;''', 'INSERT INTO rb_schema VALUES ("6", "' + now + '")'], |