add: update schema for application
This commit is contained in:
parent
47fbed74c5
commit
44891b9d87
|
@ -76,6 +76,12 @@ model Workspace {
|
|||
model Application {
|
||||
id String @id @default(cuid())
|
||||
name String
|
||||
serviceProvider String
|
||||
repository String
|
||||
branch String
|
||||
repositoryId String
|
||||
path String
|
||||
autoDeploy Boolean
|
||||
Workspace Workspace @relation(fields: [workspaceId], references: [id])
|
||||
workspaceId String
|
||||
createdAt DateTime @default(now())
|
||||
|
|
Loading…
Reference in New Issue