From 667581422f013f08516dc96a61d68b8ed059c206 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 27 Feb 2015 23:51:56 +0100 Subject: fix syntax error --- bin/reproducible_db_maintenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_db_maintenance.py') 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''', -- cgit v1.2.3-54-g00ecf