Skip to content

Commit

Permalink
Update schema.prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
MedAmineBenSalah01 authored Dec 15, 2024
1 parent 827c05e commit 3907bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ generator client {
}

datasource db {
provider = "mysql"
provider = "mongodb"
url = env("DATABASE_URL")
relationMode = "prisma"
}
Expand Down Expand Up @@ -67,4 +67,4 @@ model EntryAnalysis {
@@unique([entryId])
@@index([userId])
}
}

0 comments on commit 3907bc0

Please sign in to comment.