Commit 3135af5b authored by Hendrik Garske's avatar Hendrik Garske

Fix: URL aus Prisma Schema entfernt (Prisma 7)

parent af6c0b62
Pipeline #7 failed with stages
in 28 seconds
...@@ -7,7 +7,6 @@ generator client { ...@@ -7,7 +7,6 @@ generator client {
datasource db { datasource db {
provider = "postgresql" provider = "postgresql"
url = env("DATABASE_URL")
} }
model User { model User {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment