-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprisma_debug.log
More file actions
63 lines (60 loc) · 2.68 KB
/
prisma_debug.log
File metadata and controls
63 lines (60 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Loaded env keys: [
'NEXT_PUBLIC_SUPABASE_URL',
'NEXT_PUBLIC_SUPABASE_ANON_KEY',
'DATABASE_URL',
'DIRECT_URL'
]
DATABASE_URL length: 112
DATABASE_URL starts with: postgresql
Running: D:\Github\Decentralized-Supply-Chain-Orchestrator\node_modules\.bin\prisma.cmd generate
node : Prisma schema
loaded from
prisma\schema.prisma.
At line:1 char:1
+ node run_prisma.js
generate >
prisma_debug.log 2>&1
+ ~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
~
+ CategoryInfo
: NotSpecified: (P
risma schema l...\sch
ema.prisma.:String) [
], RemoteException
+ FullyQualifiedError
Id : NativeCommandErr
or
Error: Prisma schema
validation - (get-config
wasm)
Error code: P1012
error: The datasource
property `url` is no
longer supported in
schema files. Move
connection URLs for
Migrate to
`prisma.config.ts` and
pass either `adapter` for
a direct database
connection or
`accelerateUrl` for
Accelerate to the
`PrismaClient`
constructor. See https://p
ris.ly/d/config-datasource
and https://pris.ly/d/pri
sma7-client-config
-->
prisma\schema.prisma:10
|
9 | provider =
"postgresql"
10 | url =
env("DATABASE_URL")
|
Validation Error Count: 1
[Context: getConfig]
Prisma CLI Version : 7.3.0
Child process exited with code 1