X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fupdate_db.py;h=02ded358de735113b6bb810ea515548408a40655;hb=1af1426bb3d6aa6d0b18fab13ac551f4693e9762;hp=9051704b406ba6140480ee3b8abad23dc1a90d8a;hpb=71c48c6fce3e9f48367a19ed87c2400142c6f722;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 9051704b..02ded358 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 = 52 +required_database_schema = 60 ################################################################################