X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=c6dc404b3b492c0bba2c05fde5864c2d238ecfde;hb=2511e1578c19747ae0b62cb63364ce1fef5ae962;hp=e6db97a62bc6aa2ad8683f03e9802590af6a5e80;hpb=ddbc0a0d90e8dd6f5131708cc296d0b4f9bb23b9;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index e6db97a6..c6dc404b 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 = 29 +required_database_schema = 35 ################################################################################