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