X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fupdate_db.py;h=4e7704e42a57883e2f2643d83a4630ead71e8309;hb=8c6875857c86b85f14e78da51e014845e538ef26;hp=4999af3a4e445fb4f7b7d5767c7e5343fca926f6;hpb=1c35448b880358d020e81339657e3435fdda9434;p=dak.git diff --git a/dak/update_db.py b/dak/update_db.py index 4999af3a..4e7704e4 100755 --- a/dak/update_db.py +++ b/dak/update_db.py @@ -44,7 +44,7 @@ from daklib.dak_exceptions import DBUpdateError ################################################################################ Cnf = None -required_database_schema = 14 +required_database_schema = 21 ################################################################################