X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate79.py;h=d03fc0660605761200f6cb5d31f99e0bb15c64a7;hb=8d73ecdd11da110f219db4b0216d23c750aca6a6;hp=ca20450e6c770b313a5d59c74d15da65ce968893;hpb=5a43473af9cd00be3bf9a63ed815ad8a17ecf1fc;p=dak.git diff --git a/dak/dakdb/update79.py b/dak/dakdb/update79.py index ca20450e..d03fc066 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))