Skip to content

Commit

Permalink
chore: change database
Browse files Browse the repository at this point in the history
  • Loading branch information
suk-6 authored Dec 20, 2024
1 parent 99625ae commit efc3f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ generator client {
}

datasource db {
provider = "mysql"
provider = "postgresql"
url = env("DATABASE_URL")
}

Expand Down

0 comments on commit efc3f4c

Please sign in to comment.