X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=daklib%2Fdbconn.py;h=3b99227d00f998cfdb8fc1a365c48cb689763733;hb=599d86cff5d4c4f4e0e30a20ecef2e941220602a;hp=94884d5c6f1f92216ed878815673085e5049a795;hpb=a4b3758ff560961d45155225a3af66a3c45fe8be;p=dak.git 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 = (