X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=19ce34dfc9e960ada013b3c4c1fa7e0928c5c214;hb=8bd471bcd1e6975fe66d3a0778ad8d1bb9ccb87d;hp=49ea9a567a4b60deaf41add1da6f892061dcd035;hpb=f63c8b5ea1b8a059bc70fa323ec836af1402be2c;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 49ea9a56..19ce34df 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 = 39 ################################################################################