From: Torsten Werner Date: Sat, 12 Feb 2011 15:34:59 +0000 (+0100) Subject: Clean up some old, now obsolete comments. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=599d86cff5d4c4f4e0e30a20ecef2e941220602a;p=dak.git Clean up some old, now obsolete comments. We have applied DB update #41 meanwhile. Signed-off-by: Torsten Werner --- diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 94884d5c..3b99227d 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -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 = (