Working on create organization and delete.

This commit is contained in:
charles-gauthereau
2024-12-29 19:34:48 +01:00
parent 05edbf4a42
commit a6f48ea762
17 changed files with 390 additions and 35 deletions
+1
View File
@@ -109,6 +109,7 @@ model Organization {
name String
projects Project[]
users UserOrganization[]
deleted Boolean? @default(false)
@@map("organizations")
}