X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=ea364a77cdf57a0bab8d97883b1bd4af9966203f;hb=9c5008e9f4a416cbbe5dbaa1fec3741c941225b1;hp=a27c32e751f65c5b0b6f2c171c79592fa28242ee;hpb=7dcabd00623d6ab9da625ece4c5fc0dc0ef93c68;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index a27c32e7..ea364a77 100755 --- a/dak/update_db.py +++ b/dak/update_db.py @@ -46,7 +46,7 @@ from daklib.daklog import Logger ################################################################################ Cnf = None -required_database_schema = 88 +required_database_schema = 90 ################################################################################