X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fupdate_db.py;h=1fc0cc62c8ae3b8605fc4db8e3bf0cc62c335b30;hb=0872b2e0b78670c91fd2bf0bda52e5761e079820;hp=e6db97a62bc6aa2ad8683f03e9802590af6a5e80;hpb=5c6cd875326cabaf5d9670fe9769b9cf3786552e;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index e6db97a6..1fc0cc62 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 = 29 +required_database_schema = 34 ################################################################################