🛂 Add isSuspended prop on workspace
This commit is contained in:
@ -97,6 +97,7 @@ model Workspace {
|
||||
customStorageLimit Int?
|
||||
customSeatsLimit Int?
|
||||
isQuarantined Boolean @default(false)
|
||||
isSuspended Boolean @default(false)
|
||||
themeTemplates ThemeTemplate[]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user