X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fupdate_db.py;h=c54971cf902280557814dc60095021e7f8d22c27;hb=1dbc111b490bf36846f6ad32d6e583f9fcf23e17;hp=e0a4b9bb15a4c27dfc9a2cddc0110a4feaed9d2b;hpb=37de871ace4de601a04ba18e403db8d2a7c1d14e;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index e0a4b9bb..c54971cf 100755 --- a/dak/update_db.py +++ b/dak/update_db.py @@ -44,8 +44,7 @@ from daklib.dak_exceptions import DBUpdateError ################################################################################ Cnf = None -projectB = None -required_database_schema = 13 +required_database_schema = 16 ################################################################################