mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Working on create organization and delete.
This commit is contained in:
@@ -109,6 +109,7 @@ model Organization {
|
||||
name String
|
||||
projects Project[]
|
||||
users UserOrganization[]
|
||||
deleted Boolean? @default(false)
|
||||
|
||||
@@map("organizations")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user