summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_db_maintenance.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-05 15:03:44 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-05 15:03:44 +0200
commit40065dbfa83e6db51c2eda10b1299965a61f9b84 (patch)
tree0471cb55844aaddf6b34c3594349172c6c359bbf /bin/reproducible_db_maintenance.py
parentaf18b0e7b2a7ab89c784f5416c0a8610f14d515f (diff)
downloadjenkins.debian.net-40065dbfa83e6db51c2eda10b1299965a61f9b84.tar.xz
reproducible: improve comment
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 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 ""',