From: Joerg Jaspert Date: Sat, 9 Jan 2010 23:48:16 +0000 (+0100) Subject: Merge remote branch 'stew/contents' into merge X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=c7339c8b863cd7c66e5289af818aef278b833f51;hp=8cad53c0c46dc6e284b6bf51d166b36b0bd8ba63;p=dak.git Merge remote branch 'stew/contents' into merge * stew/contents: add update30 to fix 'bin_contents' trigger dak.py dbconn Missing , Is schema 30 now Signed-off-by: Joerg Jaspert --- diff --git a/dak/update_db.py b/dak/update_db.py index e6db97a6..a241bc35 100755 --- a/dak/update_db.py +++ b/dak/update_db.py @@ -45,7 +45,7 @@ from daklib.dak_exceptions import DBUpdateError ################################################################################ Cnf = None -required_database_schema = 29 +required_database_schema = 30 ################################################################################