X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fupdate_db.py;h=c6dc404b3b492c0bba2c05fde5864c2d238ecfde;hb=6d03dbb954cd67e522374c12225aa08a129e5d60;hp=27b6ad8fd1e8dcf0bccb2fb1f39405ad94d11a72;hpb=83ed0494aa655664d574a718e051f757f137130b;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 27b6ad8f..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 = 22 +required_database_schema = 35 ################################################################################