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
We want to list the invitations that a specific user as received in parsec-auth.
For that parsec-auth would need to request the server and it would need to perform a lookup in the invitations table searching for invitation with user_invitation_claimer_email=$email && type=USER:
We want to list the invitations that a specific user as received in parsec-auth.
For that parsec-auth would need to request the server and it would need to perform a lookup in the
invitations
table searching for invitation withuser_invitation_claimer_email=$email && type=USER
:parsec-cloud/server/parsec/components/postgresql/migrations/datamodel.sql
Lines 228 to 273 in 7739f08
The text was updated successfully, but these errors were encountered: