Skip to content

Commit 5ea4ccf

Browse files
Changed to postgresql from mysql.
1 parent 513175d commit 5ea4ccf

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
@@ -5,7 +5,7 @@
55
// =============================================================================
66

77
datasource db {
8-
provider = "mysql"
8+
provider = "postgresql"
99
url = env("DATABASE_URL")
1010
shadowDatabaseUrl = env("SHADOW_DATABASE_URL")
1111
}

0 commit comments

Comments
 (0)