X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=1fc0cc62c8ae3b8605fc4db8e3bf0cc62c335b30;hb=0872b2e0b78670c91fd2bf0bda52e5761e079820;hp=ecdd99a79bf2ef0d76d96be91ba446c27ce8ec30;hpb=778a43949404746c81124850725b022947750d5c;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index ecdd99a7..1fc0cc62 100755 --- a/dak/update_db.py +++ b/dak/update_db.py @@ -45,7 +45,7 @@ from daklib.dak_exceptions import DBUpdateError ################################################################################ Cnf = None -required_database_schema = 24 +required_database_schema = 34 ################################################################################