Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SuCicada committed Mar 23, 2024
1 parent 9b2cd26 commit 5f14917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
npx prisma init

npx dotenv -e .env.production.local -- npx prisma db pull
npx prisma generate
npx dotenv -e .env.production.local -- npx prisma generate


ALTER TABLE bible
Expand Down
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ generator client {

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

/// The underlying table does not contain a valid unique identifier and can therefore currently not be handled by Prisma Client.
Expand Down

0 comments on commit 5f14917

Please sign in to comment.