X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fupdate_db.py;h=9051704b406ba6140480ee3b8abad23dc1a90d8a;hb=5f6b728e74c2eee87418250c3118c20b3b40a590;hp=86f5c2e50d1530a8f6c167448d91c7b728e48f38;hpb=173f39f0ab7af8b592704189f8ecc4a4aa3df889;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 86f5c2e5..9051704b 100755 --- a/dak/update_db.py +++ b/dak/update_db.py @@ -46,7 +46,7 @@ from daklib.daklog import Logger ################################################################################ Cnf = None -required_database_schema = 50 +required_database_schema = 52 ################################################################################