X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fupdate_db.py;h=a5273217e23ec258fcf8078079d8ffc78007b0f3;hb=8a5bc11ad982ba9d922736534e156cb6b1fc78f6;hp=e9dfa9a7a12c0401ab9331f772497c6502090227;hpb=e0d8e7998f4ad7a88ff7e839cdf86080425a69ea;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index e9dfa9a7..a5273217 100755 --- a/dak/update_db.py +++ b/dak/update_db.py @@ -44,7 +44,7 @@ from daklib.dak_exceptions import DBUpdateError ################################################################################ Cnf = None -required_database_schema = 19 +required_database_schema = 20 ################################################################################