]> git.donarmstrong.com Git - dak.git/commitdiff
And its now 31
authorJoerg Jaspert <joerg@debian.org>
Sun, 10 Jan 2010 18:17:05 +0000 (19:17 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 10 Jan 2010 18:17:05 +0000 (19:17 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/update_db.py

index a241bc35c60b06ff2d477e51b0aa0a76105e8a45..f5df82710c6b084baff481a0b566a30cd9e80825 100755 (executable)
@@ -45,7 +45,7 @@ from daklib.dak_exceptions import DBUpdateError
 ################################################################################
 
 Cnf = None
-required_database_schema = 30
+required_database_schema = 31
 
 ################################################################################