From b922356cc047585b2d5b441064846e95b6a56e74 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 3 Mar 2015 14:21:39 +0100 Subject: fixup last commit --- bin/reproducible_db_maintenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 + '")'], -- cgit v1.2.3-70-g09d2