X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=a5273217e23ec258fcf8078079d8ffc78007b0f3;hb=4bb08a11d2dcf16dfe48109bcfe749d0dccab7d9;hp=c54971cf902280557814dc60095021e7f8d22c27;hpb=1dbc111b490bf36846f6ad32d6e583f9fcf23e17;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 ################################################################################