X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=49ea9a567a4b60deaf41add1da6f892061dcd035;hb=330a2a6041fc51b26ae19c795a059d888733d6da;hp=2d962dcb5d91ee7fda6ea838b2547feb3cf334ba;hpb=632fa120d547e3e8e41e9d32a3f705f886a1858f;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 2d962dcb..49ea9a56 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 = 28 +required_database_schema = 33 ################################################################################