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