X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate79.py;h=d03fc0660605761200f6cb5d31f99e0bb15c64a7;hb=25a7e1c7eb3f36dad2e533eee73192b329d0dd67;hp=ca20450e6c770b313a5d59c74d15da65ce968893;hpb=039b87c9a0d68c3acd4cd893396334d6f3ea06a0;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))