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