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