X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=928396c531d702e252f2da63f59df5795d24fab4;hb=b43634b6faf221ee10fc63116baead379f68f92f;hp=27b6ad8fd1e8dcf0bccb2fb1f39405ad94d11a72;hpb=83ed0494aa655664d574a718e051f757f137130b;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 27b6ad8f..928396c5 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 = 42 ################################################################################