Skip to content

Commit

Permalink
fix: GH App (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Langton <[email protected]>
  • Loading branch information
0x73746F66 and chrisdlangton authored Nov 20, 2024
1 parent 9f9c1b6 commit 150655f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ model Member {
alertOverdue Int @default(0)
alertFindings Int @default(0)
alertType Int @default(0)
github_apps GitHubApp[]
member_keys MemberKey[]
sessions Session[]
integration_usage_log IntegrationUsageLog[]
Expand Down Expand Up @@ -98,8 +97,6 @@ model GitHubApp {
created Int
expires Int?
avatarUrl String?
Member Member? @relation(fields: [memberUuid], references: [uuid])
memberUuid String?
}

model GitRepo {
Expand Down

0 comments on commit 150655f

Please sign in to comment.