X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdbconn.py;h=75d271bd39d1cbff799fa9b02d68cfa8345b6f5d;hb=ba4c35e339b908e5a632a2974a9658ecc38b21be;hp=45e000d395fbf104a8331004e7a95451114ba1f6;hpb=c96ad71b695f3a80504115beb5e4fe8daf410aa6;p=dak.git diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 45e000d3..75d271bd 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -2552,7 +2552,8 @@ class DBConn(Singleton): primaryjoin=(self.tbl_src_uploaders.c.maintainer==self.tbl_maintainer.c.id)))) mapper(Suite, self.tbl_suite, - properties = dict(suite_id = self.tbl_suite.c.id)) + properties = dict(suite_id = self.tbl_suite.c.id, + policy_queue = relation(Queue))) mapper(SuiteArchitecture, self.tbl_suite_architectures, properties = dict(suite_id = self.tbl_suite_architectures.c.suite,