X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=928396c531d702e252f2da63f59df5795d24fab4;hb=2f30eb272c2dfbdb3544d7e0a0e120a9e4be3294;hp=19ce34dfc9e960ada013b3c4c1fa7e0928c5c214;hpb=f5ea296ef78efe7f946652483629379880567725;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 19ce34df..928396c5 100755 --- a/dak/update_db.py +++ b/dak/update_db.py @@ -45,7 +45,7 @@ from daklib.dak_exceptions import DBUpdateError ################################################################################ Cnf = None -required_database_schema = 39 +required_database_schema = 42 ################################################################################