diff options
-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 + '")'], |