[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 11/12] now we don't need the dm flag



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 dak/dakdb/update16.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dak/dakdb/update16.py b/dak/dakdb/update16.py
index 36dd964..eca9b48 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("""
-- 
1.6.3.3



Reply to: