X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=e9dfa9a7a12c0401ab9331f772497c6502090227;hb=cd64b76b3ae740ffa0f2c08302028ba24c663a3d;hp=ecf5cd2a80ac56589202f5a1d3bb4ebcbd68cd72;hpb=1f0ae995f049129c3073a93551e3dbf47b62aea4;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index ecf5cd2a..e9dfa9a7 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 = 15 +required_database_schema = 19 ################################################################################