Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
rename datasource back to db
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybrink committed May 2, 2024
1 parent 34c7bcb commit 5a62164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ generator client {
provider = "prisma-client-js"
}

datasource development {
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
Expand Down

0 comments on commit 5a62164

Please sign in to comment.