Skip to content

Commit c0f4f9e

Browse files
authored
Discard changes to prisma/schema.prisma
1 parent 7b78b29 commit c0f4f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prisma/schema.prisma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ generator client {
66
}
77

88
datasource db {
9-
provider = "postgres"
9+
provider = "mysql"
1010
url = env("DATABASE_URL")
1111
}
1212

0 commit comments

Comments
 (0)