Add possibility to invite members to workspace (#579)
* Add possibility to invite members to workspace * Update endpoints * Wrap up front end * Fix according to review * Fix lint
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "workspaces" ADD COLUMN "inviteHash" TEXT;
|
||||
@ -196,6 +196,9 @@ model Workspace {
|
||||
/// @Validator.IsString()
|
||||
/// @Validator.IsOptional()
|
||||
logo String?
|
||||
/// @Validator.IsString()
|
||||
/// @Validator.IsOptional()
|
||||
inviteHash String?
|
||||
|
||||
workspaceMember WorkspaceMember[]
|
||||
companies Company[]
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user