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
feature #434 Add user relationship to Post and Comment entities (yceruto)
This PR was merged into the master branch.
Discussion
----------
Add user relationship to Post and Comment entities
Actually, we are related Post/User and Comment/User indirectly throught `authorEmail` field which IMHO makes things more complicated to understand for the beginner, because really we need this relationship.
Related discussion in #429.
Commits
-------
52d2fa3 Add user relationship to Post and Comment entities
0 commit comments