X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=bfd05fe7b0150cf9bebef0438ffab2eef9b872ab;hb=dec160172b136c712dddf2c942ee03a52e8e0b88;hp=1fc0cc62c8ae3b8605fc4db8e3bf0cc62c335b30;hpb=a1a83c8e96a52e669708b0c17cbaae33f87c805d;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 1fc0cc62..bfd05fe7 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 = 36 ################################################################################