Skip to content

Commit

Permalink
Merge pull request #147 from AI-READI/fix-prisma-schema
Browse files Browse the repository at this point in the history
fix: duplicate `approved_status` enum
  • Loading branch information
kirenotneb authored Oct 16, 2024
2 parents 16b6086 + 83f7d59 commit c83c7df
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -818,14 +818,6 @@ enum approval_status {
@@schema("download")
}

enum approval_status {
AWAITING_APPROVAL
NOT_APPROVED
APPROVED
@@schema("download")
}

enum download_status {
PENDING
PROCESSING
Expand Down

0 comments on commit c83c7df

Please sign in to comment.