]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/dbconn.py
Remove unused columns
[dak.git] / daklib / dbconn.py
index fab0870e9d1e1a9b8e10d271826fa3a9c77d48d5..817afb26ef15aaa7ca71bc5247c80c0fbaaa701e 100755 (executable)
@@ -2483,10 +2483,8 @@ SUITE_FIELDS = [ ('SuiteName', 'suite_name'),
                  ('Priority', 'priority'),
                  ('NotAutomatic', 'notautomatic'),
                  ('CopyChanges', 'copychanges'),
-                 ('CopyDotDak', 'copydotdak'),
                  ('CommentsDir', 'commentsdir'),
-                 ('OverrideSuite', 'overridesuite'),
-                 ('ChangelogBase', 'changelogbase')]
+                 ('OverrideSuite', 'overridesuite')]
 
 class Suite(object):
     def __init__(self, *args, **kwargs):