Skip to content

Commit

Permalink
fix(schema): prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
alonp99 committed Sep 19, 2024
1 parent 2ab0831 commit a6d76ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/workflows-service/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ enum UiDefinitionContext {

model UiDefinition {
id String @id @default(cuid())
crossEnvKey String @unique
crossEnvKey String? @unique
workflowDefinitionId String
uiContext UiDefinitionContext
Expand Down

0 comments on commit a6d76ef

Please sign in to comment.