X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=55dda5da84ec6d67619a737988241b2e3ea4a51e;hb=67c3ebb9a591f8d5b177770125fddc042647a1a0;hp=0d4e65dbd8bad061edd09f7d59a588261fda96e7;hpb=aa63ea6814c83460abc4417f52ffdf5232431dd6;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 0d4e65db..55dda5da 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 = 9 ################################################################################