docs(fix): add inviterId field to invitation schema (#1330)

This commit is contained in:
eliabe
2025-02-02 02:49:30 -03:00
committed by GitHub
parent 3ac63c9d4e
commit 69fc9cf5ff

View File

@@ -832,6 +832,12 @@ Table Name: `invitation`
type: "string",
description: "The email address of the user"
},
{
name: "inviterId",
type: "string",
description: "The id of the inviter",
isForeignKey: true
},
{
name: "organizationId",
type: "string",