fix: återställ url i schema.prisma, ta bort ogiltig datasourceUrl från constructor

This commit is contained in:
Nils-Johan Gynther
2026-04-15 21:14:48 +02:00
parent d5cb8d27e0
commit 1844368cf8
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ generator client {
datasource db {
provider = "mysql"
url = env("DATABASE_URL")
}
model Product {