From: Mark Hymers Date: Thu, 29 Oct 2009 14:20:13 +0000 (+0000) Subject: now we don't need the dm flag X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=deb47b8c05bea0aa15a5316a54afde84b8cbcddc;p=dak.git now we don't need the dm flag Signed-off-by: Mark Hymers --- diff --git a/dak/dakdb/update16.py b/dak/dakdb/update16.py index 36dd964e..eca9b48e 100755 --- a/dak/dakdb/update16.py +++ b/dak/dakdb/update16.py @@ -133,6 +133,8 @@ def do_update(self): c.execute("ALTER TABLE keyrings ADD COLUMN default_binary_reject BOOLEAN NOT NULL DEFAULT TRUE") # Set up keyring priorities c.execute("ALTER TABLE keyrings ADD COLUMN priority INT4 NOT NULL DEFAULT 100") + # And then we don't need the DM stuff any more + c.execute("ALTER TABLE keyrings DROP COLUMN debian_maintainer") # Default ACLs for keyrings c.execute("""