You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
`Could not connect to server at ${cluster.baseUrl}. Please check if your server is running.`,
141
139
)
142
140
}
143
141
@@ -189,7 +187,7 @@ ${chalk.gray(
189
187
workspace!,
190
188
noMigrate,
191
189
noGenerate,
192
-
noHook
190
+
noHook,
193
191
)
194
192
}
195
193
@@ -370,12 +368,12 @@ ${chalk.gray(
370
368
if(!noHook&&isGenerateHookPresent){
371
369
this.out.log(
372
370
chalk.yellow(
373
-
`Warning: The \`prisma generate\` command was executed twice. Since Prisma 1.31, the Prisma client is generated automatically after running \`prisma deploy\`. It is not necessary to generate it via a \`post-deploy\` hook any more, you can therefore remove the hook if you do not need it otherwise.`,
371
+
`Warning: The \`prisma1 generate\` command was executed twice. Since Prisma 1.31, the Prisma client is generated automatically after running \`prisma1 deploy\`. It is not necessary to generate it via a \`post-deploy\` hook any more, you can therefore remove the hook if you do not need it otherwise.`,
374
372
),
375
373
)
376
374
}
377
375
constgenerateCommand=newGenerateCommand({
378
-
config: this.config
376
+
config: this.config,
379
377
})
380
378
generateCommand.run()
381
379
}else{
@@ -481,7 +479,7 @@ ${chalk.gray(
481
479
}else{
482
480
this.out.log(
483
481
`\nIf you want to ignore the warnings, please deploy with the --force flag: ${chalk.cyan(
thrownewError(`Export is not yet supported for document stores. Please use the native export features of your database.
41
+
){
42
+
thrownewError(`Export is not yet supported for document stores. Please use the native export features of your database.
43
43
44
44
More info here: https://docs.mongodb.com/manual/reference/program/mongodump/`)
45
-
}else{
46
-
this.out.log(chalk.yellow(`Warning: The \`prisma export\` command will not be further developed in the future. Please use the native export features of your database for these workflows.
45
+
}else{
46
+
this.out.log(
47
+
chalk.yellow(`Warning: The \`prisma1 export\` command will not be further developed in the future. Please use the native export features of your database for these workflows.
0 commit comments