]> git.decadent.org.uk Git - dak.git/commitdiff
Clean up some old, now obsolete comments.
authorTorsten Werner <twerner@debian.org>
Sat, 12 Feb 2011 15:34:59 +0000 (16:34 +0100)
committerTorsten Werner <twerner@debian.org>
Sat, 12 Feb 2011 15:34:59 +0000 (16:34 +0100)
We have applied DB update #41 meanwhile.

Signed-off-by: Torsten Werner <twerner@debian.org>
daklib/dbconn.py

index 94884d5c6f1f92216ed878815673085e5049a795..3b99227d00f998cfdb8fc1a365c48cb689763733 100755 (executable)
@@ -2876,7 +2876,9 @@ class DBConn(object):
             'binary_acl',
             'binary_acl_map',
             'build_queue',
+            'build_queue_files',
             'changelogs_text',
+            'changes',
             'component',
             'config',
             'changes_pending_binaries',
@@ -2903,11 +2905,6 @@ class DBConn(object):
             'suite',
             'uid',
             'upload_blocks',
-            # The following tables have primary keys but sqlalchemy
-            # version 0.5 fails to reflect them correctly with database
-            # versions before upgrade #41.
-            'changes',
-            'build_queue_files',
         )
 
         tables_no_primary = (
@@ -2920,9 +2917,6 @@ class DBConn(object):
             'suite_src_formats',
             'suite_build_queue_copy',
             'udeb_contents',
-            # see the comment above
-            #'changes',
-            #'build_queue_files',
         )
 
         views = (