提交 939175a8 编写于 作者: F Frank Lichtenheld

Fix error in SQLA mapper setup

Signed-off-by: NFrank Lichtenheld <djpig@debian.org>
上级 89ad368d
......@@ -2375,7 +2375,7 @@ class DBConn(Singleton):
files = relation(KnownChangePendingFile, backref="changesfile")))
mapper(KnownChangePendingFile, self.tbl_changes_pending_files,
properties = dict(known_change_pending_file_id = self.tbl_changes_pending_files.id))
properties = dict(known_change_pending_file_id = self.tbl_changes_pending_files.c.id))
mapper(KeyringACLMap, self.tbl_keyring_acl_map,
properties = dict(keyring_acl_map_id = self.tbl_keyring_acl_map.c.id,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册