X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=0df3b9466ffe57cb0f33c8fdbb24888b000d4245;hb=11dce36cabea5fa916ef6da415b4669898ba9ff7;hp=0d4e65dbd8bad061edd09f7d59a588261fda96e7;hpb=fdf3c42445b4f11f4cd71634dd2b57cb7d7a4f36;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 0d4e65db..0df3b946 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 = 7 ################################################################################