Skip to content

Commit

Permalink
FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Sep 18, 2024
1 parent dbde913 commit f0b8d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fractal_server/app/models/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class UserOAuth(SQLModel, table=True):
sa_relationship_kwargs={"lazy": "joined", "cascade": "all, delete"},
)

# FIXME: Implement cascade
user_settings_id: Optional[int] = Field(
foreign_key="user_settings.id", default=None
)
Expand Down

0 comments on commit f0b8d93

Please sign in to comment.