Skip to content

Commit

Permalink
minor fixing string case
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmegood committed Jan 26, 2024
1 parent d83341c commit 72f18fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ model User {
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
image UserImage?
password Password?
notes Note[]
roles Role[]
sessions Session[]
connections Connection[]
Transaction Transaction[]
Invoice Invoice[]
image UserImage?
password Password?
notes Note[]
roles Role[]
sessions Session[]
connections Connection[]
transactions Transaction[]
invoices Invoice[]
}

model Note {
Expand Down

0 comments on commit 72f18fc

Please sign in to comment.