latest stages added
This commit is contained in:
@@ -45,6 +45,7 @@ model Connection {
|
||||
domain String?
|
||||
osType String?
|
||||
notes String?
|
||||
clipboardEnabled Boolean @default(true)
|
||||
folderId String?
|
||||
folder Folder? @relation(fields: [folderId], references: [id], onDelete: SetNull)
|
||||
userId String
|
||||
|
||||
Reference in New Issue
Block a user