[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: db: fix syntax

Holger Levsen holger at moszumanska.debian.org
Fri May 8 12:44:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 751f99df27303a61a84686a8f0f2e47482024bcf
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Fri May 8 14:42:44 2015 +0200

    reproducible: db: fix syntax
---
 bin/reproducible_db_maintenance.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_db_maintenance.py b/bin/reproducible_db_maintenance.py
index 0e4bef2..b3aa938 100755
--- a/bin/reproducible_db_maintenance.py
+++ b/bin/reproducible_db_maintenance.py
@@ -370,9 +370,9 @@ schema_updates = {
             id INTEGER PRIMARY KEY,
             package_id INTEGER NOT NULL,
             requester TEXT NOT NULL,
-            date_request INTEGER) NOT NULL'''
-        'ALTER TABLE schedule ADD COLUMN scheduler TEXT'
-        'INSERT INTO rb_schema VALUES ("12", "' + now + '")'],
+            date_request INTEGER NOT NULL)''',
+        'ALTER TABLE schedule ADD COLUMN scheduler TEXT',
+        'INSERT INTO rb_schema VALUES ("13", "' + now + '")'],
 }
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list