X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=49ea9a567a4b60deaf41add1da6f892061dcd035;hb=a2f694e9c7b834183482e9c89f8ae0c9002cd1f1;hp=5d1cb86cb86ba9fb0b7e01036950246ee7526f2b;hpb=2e37e696ba3b6eb5401727a2dad2288687bb2f5b;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 5d1cb86c..49ea9a56 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 = 27 +required_database_schema = 33 ################################################################################