[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] right version



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/dakdb/update79.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dak/dakdb/update79.py b/dak/dakdb/update79.py
index ca20450..d03fc06 100755
--- a/dak/dakdb/update79.py
+++ b/dak/dakdb/update79.py
@@ -63,9 +63,9 @@ def do_update(self):
             """)
 
 
-        c.execute("UPDATE config SET value = '78' WHERE name = 'db_revision'")
+        c.execute("UPDATE config SET value = '79' WHERE name = 'db_revision'")
         self.db.commit()
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError('Unable to apply sick update 78, rollback issued. Error message: {0}'.format(msg))
+        raise DBUpdateError('Unable to apply sick update 79, rollback issued. Error message: {0}'.format(msg))
-- 
1.7.2.5


Reply to: