Skip to content

Commit

Permalink
issue name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeManSu committed Jul 8, 2024
1 parent ca26b89 commit 3670aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ model Issue {
organization Organization @relation(fields: [organizationId], references: [organization_id])
sprintId Int?
Sprint Sprint? @relation(fields: [sprintId], references: [sprint_id])
sprint Sprint? @relation(fields: [sprintId], references: [sprint_id])
@@map("issues")
}
Expand Down

0 comments on commit 3670aa2

Please sign in to comment.