X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fupdate_db.py;h=ea364a77cdf57a0bab8d97883b1bd4af9966203f;hb=9c5008e9f4a416cbbe5dbaa1fec3741c941225b1;hp=9dc613aeabab241c361beadce7e2b3853b0f8c97;hpb=c276b2d817510fa041dcad4d6f39fa6ea21d87ad;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 9dc613ae..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 = 87 +required_database_schema = 90 ################################################################################