diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-05 15:03:44 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-05 15:03:44 +0200 |
commit | 40065dbfa83e6db51c2eda10b1299965a61f9b84 (patch) | |
tree | 0471cb55844aaddf6b34c3594349172c6c359bbf /bin | |
parent | af18b0e7b2a7ab89c784f5416c0a8610f14d515f (diff) | |
download | jenkins.debian.net-40065dbfa83e6db51c2eda10b1299965a61f9b84.tar.xz |
reproducible: improve comment
Diffstat (limited to 'bin')
-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 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 ""', |