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