summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_db_maintenance.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-27 23:51:56 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-27 23:51:56 +0100
commit667581422f013f08516dc96a61d68b8ed059c206 (patch)
tree976e4ad71da3f21c4758b2dc2864a9078a844b7c /bin/reproducible_db_maintenance.py
parent4881690364b5826a45c7832550cb95b351e41217 (diff)
downloadjenkins.debian.net-667581422f013f08516dc96a61d68b8ed059c206.tar.xz
fix syntax error
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 5cf776be..7ed20338 100755
--- a/bin/reproducible_db_maintenance.py
+++ b/bin/reproducible_db_maintenance.py
@@ -213,7 +213,7 @@ schema_updates = {
build_date TEXT NOT NULL,
build_duration TEXT NOT NULL,
UNIQUE (name, version, suite, architecture, build_date))''',
- 'INSERT INTO rb_schema VALUES ("2", "' + now + '")']
+ 'INSERT INTO rb_schema VALUES ("2", "' + now + '")'],
3: [ # add columns to stats_bugs for new usertag umask
'''ALTER TABLE stats_bugs ADD COLUMN open_umask INTEGER''',
'''ALTER TABLE stats_bugs ADD COLUMN done_umask INTEGER''',