X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate16.py;h=eca9b48ea03c460def0f192d05ae6d4589b7cef6;hb=3a82a780e7f5821ecfcc005aa97c463014b5dfed;hp=36dd964eaaf413e0decd9c982832e5b7527e0267;hpb=0da83c6c07c369ad59dcf03a9ff7321b93190c9e;p=dak.git 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("""