summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_db_maintenance.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-03 14:21:39 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-03 14:21:39 +0100
commitb922356cc047585b2d5b441064846e95b6a56e74 (patch)
tree7074304c6143fa77fbc01e7699f5d0c653702ea5 /bin/reproducible_db_maintenance.py
parent4c8b5a6b607a3f022875e925c4bd316fb92245b7 (diff)
downloadjenkins.debian.net-b922356cc047585b2d5b441064846e95b6a56e74.tar.xz
fixup last commit
Diffstat (limited to 'bin/reproducible_db_maintenance.py')
-rwxr-xr-xbin/reproducible_db_maintenance.py2
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 + '")'],