X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=a5273217e23ec258fcf8078079d8ffc78007b0f3;hb=773b13f6248c740676ef5326c88dfa319ca53b83;hp=c54971cf902280557814dc60095021e7f8d22c27;hpb=db5f28a6fd09d4b395e6fbb9fd9de899d1829680;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index c54971cf..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 = 16 +required_database_schema = 20 ################################################################################