diff --git a/packages/prisma/scripts/executeCommand.ts b/packages/prisma/scripts/executeCommand.ts index 99008fa9934..411cd8e979b 100644 --- a/packages/prisma/scripts/executeCommand.ts +++ b/packages/prisma/scripts/executeCommand.ts @@ -35,7 +35,7 @@ export const executePrismaCommand = (command: string, options?: Options) => { } if (process.env.DATABASE_URL?.startsWith('postgres://')) { - console.error('PostgreSQL `DATABASE_URL` should start with postgres') + console.error('PostgreSQL `DATABASE_URL` should start with postgresql://') process.exit(1) } }