X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=928396c531d702e252f2da63f59df5795d24fab4;hb=1932206c4696333cd2723083b65b92d36d5188fc;hp=1fc0cc62c8ae3b8605fc4db8e3bf0cc62c335b30;hpb=0872b2e0b78670c91fd2bf0bda52e5761e079820;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 1fc0cc62..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 = 34 +required_database_schema = 42 ################################################################################