We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b78b29 commit c0f4f9eCopy full SHA for c0f4f9e
prisma/schema.prisma
@@ -6,7 +6,7 @@ generator client {
6
}
7
8
datasource db {
9
- provider = "postgres"
+ provider = "mysql"
10
url = env("DATABASE_URL")
11
12
0 commit comments