summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ""',