X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=aff41bba527e09f86526bfdf2fd8d4652a7dbbe1;hb=116d60e8e849644ace31f5d5c05465e4f2d83494;hp=02ded358de735113b6bb810ea515548408a40655;hpb=6d8a488ead5007c85e56c0e1055e4faf05206515;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 02ded358..aff41bba 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 = 60 +required_database_schema = 61 ################################################################################ @@ -119,7 +119,7 @@ Updates dak's database schema to the lastest version. You should disable crontab # Ok, try and find the configuration table print "Determining dak database revision ..." cnf = Config() - logger = Logger(cnf.Cnf, 'update-db') + logger = Logger('update-db') try: # Build a connect string