You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the teamMembers and hallOfFame fields of the Activity entity hold a oneToMany relationship. This is incorrect because an account can be part of multiple teams.
We should change the relationship to ManyToMany
The text was updated successfully, but these errors were encountered:
Currently, the teamMembers and hallOfFame fields of the
Activity
entity hold a oneToMany relationship. This is incorrect because an account can be part of multiple teams.We should change the relationship to ManyToMany
The text was updated successfully, but these errors were encountered: