From: Ansgar Burchardt Date: Wed, 24 Aug 2011 12:33:36 +0000 (+0200) Subject: rename update66.py to update67.py X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba39a263d7248c981fcc6e7283c71e3138efe024;p=dak rename update66.py to update67.py --- diff --git a/dak/dakdb/update66.py b/dak/dakdb/update67.py similarity index 100% rename from dak/dakdb/update66.py rename to dak/dakdb/update67.py diff --git a/dak/update_db.py b/dak/update_db.py index 0f1e7a37..89fc174e 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 = 66 +required_database_schema = 67 ################################################################################