X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fupdate_db.py;h=a241bc35c60b06ff2d477e51b0aa0a76105e8a45;hb=da50ffea8352d361c43d2e5534d789f8c5caae36;hp=49a6b584d1fc59ea76f5b2cefde9380b4a6452ca;hpb=9a14adff2ca4e7a5346c0c3b5723d9959022291a;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 49a6b584..a241bc35 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 = 23 +required_database_schema = 30 ################################################################################