Skip to content

Commit

Permalink
Discard changes to prisma/schema.prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
zce authored Feb 28, 2024
1 parent 7b78b29 commit c0f4f9e
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 @@ -6,7 +6,7 @@ generator client {
}

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

Expand Down

0 comments on commit c0f4f9e

Please sign in to comment.