From 40065dbfa83e6db51c2eda10b1299965a61f9b84 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 5 Jul 2015 15:03:44 +0200 Subject: reproducible: improve comment --- bin/reproducible_db_maintenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_db_maintenance.py') diff --git a/bin/reproducible_db_maintenance.py b/bin/reproducible_db_maintenance.py index ab426e28..ae7f1715 100755 --- a/bin/reproducible_db_maintenance.py +++ b/bin/reproducible_db_maintenance.py @@ -418,7 +418,7 @@ schema_updates = { 'DROP TABLE stats_bugs', 'ALTER TABLE stats_bugs_tmp RENAME TO stats_bugs', 'INSERT INTO rb_schema VALUES ("16", "' + now + '")'], - 17: [ # save what builders builds what. This is tied to the current setup + 17: [ # add column to save which builders builds what 'ALTER TABLE schedule ADD COLUMN builder TEXT', 'ALTER TABLE results ADD COLUMN builder TEXT NOT NULL DEFAULT ""', 'ALTER TABLE stats_build ADD COLUMN builder TEXT NOT NULL DEFAULT ""', -- cgit v1.2.3-54-g00ecf