X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=aff41bba527e09f86526bfdf2fd8d4652a7dbbe1;hb=27e410b156da02d260fae542c1ca5a971db7426c;hp=88ff20f52c1e842bb025da4213349c1d013020bc;hpb=3b0114ce123dc45186d02045233510b777a01b02;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 88ff20f5..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 = 54 +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