X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=1fc0cc62c8ae3b8605fc4db8e3bf0cc62c335b30;hb=cf1769d6a2bcda5e9c47d0558bbf292a96aa1b0d;hp=f5df82710c6b084baff481a0b566a30cd9e80825;hpb=ef8c8cf8d26f92045018eb4cf2e6045f0b6d8d07;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index f5df8271..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 = 31 +required_database_schema = 34 ################################################################################