X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=5fe6918ab3bae19e9875f2aed1c4716540547e61;hb=d1a7394e6547a1491ef0fe4081d7d37a95f188b1;hp=0d4e65dbd8bad061edd09f7d59a588261fda96e7;hpb=2816c734fc3a4a784e5643c9c3c256ba0727fd63;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 0d4e65db..5fe6918a 100755 --- a/dak/update_db.py +++ b/dak/update_db.py @@ -45,7 +45,7 @@ from daklib.dak_exceptions import DBUpdateError Cnf = None projectB = None -required_database_schema = 5 +required_database_schema = 13 ################################################################################