X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=4e7704e42a57883e2f2643d83a4630ead71e8309;hb=8c6875857c86b85f14e78da51e014845e538ef26;hp=ecf5cd2a80ac56589202f5a1d3bb4ebcbd68cd72;hpb=1f0ae995f049129c3073a93551e3dbf47b62aea4;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index ecf5cd2a..4e7704e4 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 = 21 ################################################################################