Skip to content

Commit c56ce1e

Browse files
committed
That was also daft
1 parent 2aa9f98 commit c56ce1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/murfey/util/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ class AutoProcProgram(SQLModel, table=True): # type: ignore
607607
back_populates="auto_proc_program", sa_relationship_kwargs={"cascade": "delete"}
608608
)
609609
motion_correction: Optional[List["MotionCorrection"]] = Relationship(
610-
back_populates="motion_correction"
610+
back_populates="auto_proc_program"
611611
)
612612
tomogram: Optional[List["Tomogram"]] = Relationship(
613613
back_populates="auto_proc_program"

0 commit comments

Comments
 (0)