Skip to content

Commit 2aa9f98

Browse files
committed
That was daft
1 parent 6913633 commit 2aa9f98

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="data_collection"
610+
back_populates="motion_correction"
611611
)
612612
tomogram: Optional[List["Tomogram"]] = Relationship(
613613
back_populates="auto_proc_program"

0 commit comments

Comments
 (0)