X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fupdate_db.py;h=ecf5cd2a80ac56589202f5a1d3bb4ebcbd68cd72;hb=4c38e7b90e710d2bb029d54ffdc60b0574c92abd;hp=e0a4b9bb15a4c27dfc9a2cddc0110a4feaed9d2b;hpb=37de871ace4de601a04ba18e403db8d2a7c1d14e;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index e0a4b9bb..ecf5cd2a 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 = 15 ################################################################################