From 5f1491725f3aea1b3297f2fee2f152b845b0592f Mon Sep 17 00:00:00 2001 From: SuCicada Date: Sat, 23 Mar 2024 23:51:31 +0900 Subject: [PATCH] fix --- README.md | 2 +- prisma/schema.prisma | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fe7129..3f58ce9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/prisma/schema.prisma b/prisma/schema.prisma index a75f74b..4eab8a8 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -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.