feat: setting default attributes after deal creating
This commit is contained in:
@ -64,7 +64,7 @@ class Module(BaseModel):
|
||||
)
|
||||
|
||||
attributes: Mapped[list["Attribute"]] = relationship(
|
||||
secondary="module_attribute", back_populates="modules"
|
||||
secondary="module_attribute", back_populates="modules", lazy="noload"
|
||||
)
|
||||
|
||||
attribute_values: Mapped[list["AttributeValue"]] = relationship(
|
||||
|
||||
Reference in New Issue
Block a user