X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=a5273217e23ec258fcf8078079d8ffc78007b0f3;hb=b2cd3d45ab3962eb4a2ccbefd3882654217a184c;hp=88d8e4e66e6425e91a6501c5c09af21a8e395b5a;hpb=778f521cd0cbd2093896c2476738377dc58e41b7;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 88d8e4e6..a5273217 100755 --- a/dak/update_db.py +++ b/dak/update_db.py @@ -44,7 +44,7 @@ from daklib.dak_exceptions import DBUpdateError ################################################################################ Cnf = None -required_database_schema = 17 +required_database_schema = 20 ################################################################################