X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=c6dc404b3b492c0bba2c05fde5864c2d238ecfde;hb=92a2117d1545ed818f72626886e61cb3511b7ca5;hp=1fc0cc62c8ae3b8605fc4db8e3bf0cc62c335b30;hpb=afd85fa38556762baebd7520951fb12ec52fba62;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 1fc0cc62..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 = 34 +required_database_schema = 35 ################################################################################