X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=5fe6918ab3bae19e9875f2aed1c4716540547e61;hb=6758d7e0074c5ae0e1cdac1f0b44fc7768b32805;hp=55dda5da84ec6d67619a737988241b2e3ea4a51e;hpb=425e44739cd77ffa01294f23e94ae7eabd5f5ec8;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 55dda5da..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 = 9 +required_database_schema = 13 ################################################################################