Skip to content

Commit 5a317c3

Browse files
committed
Fix database relationship
1 parent 5ec35bb commit 5a317c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/util/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ class NotificationValue(SQLModel, table=True): # type: ignore
396396
)
397397
index: int
398398
within_bounds: bool
399-
notification_parameter: Optional[DataCollectionGroup] = Relationship(
399+
notification_parameter: Optional[NotificationParameter] = Relationship(
400400
back_populates="notification_values"
401401
)
402402

0 commit comments

Comments
 (0)