summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_db_maintenance.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-12-02 14:04:31 +0000
committerHolger Levsen <holger@layer-acht.org>2015-12-09 11:28:32 +0100
commit1b48cc5b25823b962b975423c7ae2928fcc9e583 (patch)
tree916b618102c1d90a45d425d2fb4ac5f75230c4ad /bin/reproducible_db_maintenance.py
parent15e1ca5ed64dfe313d8b3c09d237a853c139200b (diff)
downloadjenkins.debian.net-1b48cc5b25823b962b975423c7ae2928fcc9e583.tar.xz
reproducible: db: correct grammar in code 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 3eb87192..fd9a49f8 100755
--- a/bin/reproducible_db_maintenance.py
+++ b/bin/reproducible_db_maintenance.py
@@ -525,7 +525,7 @@ schema_updates = {
'DROP TABLE results',
'ALTER TABLE results_tmp RENAME TO results',
'INSERT INTO rb_schema VALUES ("24", "' + now + '")'],
- 25: [ # rename the builder column also on the schedule table.
+ 25: [ # rename the builder column also in the schedule table.
'''CREATE TABLE schedule_tmp
(id INTEGER PRIMARY KEY,
package_id INTEGER NOT NULL,