Skip to content

Commit 35e8352

Browse files
feat: migrate to postgres
1 parent 094e62f commit 35e8352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/prisma/schema.prisma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ generator client {
33
}
44

55
datasource db {
6-
provider = "mysql"
6+
provider = "postgresql"
77
url = env("DATABASE_URL")
88
relationMode = "prisma"
99
}

0 commit comments

Comments
 (0)