Skip to content

Commit a76118e

Browse files
committed
Fix for critical DB error with postgres backend
1 parent 9cb986d commit a76118e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aim/db/tree_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Tree(model_base.Base, model_base.AttributeMixin):
4646
agents = orm.relationship(AgentToHashTreeAssociation,
4747
backref='hash_trees',
4848
cascade='all, delete-orphan',
49-
lazy="joined")
49+
lazy="select")
5050

5151

5252
class TypeTreeBase(object):

0 commit comments

Comments
 (0)