X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=928396c531d702e252f2da63f59df5795d24fab4;hb=9ca85bf3b8790a8d9e1daa4a9dd70019f55f6e08;hp=49ea9a567a4b60deaf41add1da6f892061dcd035;hpb=f63c8b5ea1b8a059bc70fa323ec836af1402be2c;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 49ea9a56..928396c5 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 = 33 +required_database_schema = 42 ################################################################################