Skip to content

Commit

Permalink
chore(introspection): remove classification db from cli output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed May 29, 2020
1 parent 58d0568 commit 878bae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packages/introspection/src/commands/Introspect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ Learn more about the upgrade process in the docs:\n${link(
modelsCount > 1 ? 'models and wrote them' : 'model and wrote it'
} into ${chalk.underline(
path.relative(process.cwd(), schemaPath),
)} in ${chalk.bold(formatms(Date.now() - before))} ${chalk.hidden(
introspectionSchemaVersion ? `(${introspectionSchemaVersion})` : '',
)} in ${chalk.bold(
formatms(Date.now() - before),
)}${prisma1UpgradeMessageBox}
${chalk.keyword('orange')(introspectionWarningsMessage)}
Run ${chalk.green('prisma generate')} to generate Prisma Client.`)
Expand Down

0 comments on commit 878bae6

Please sign in to comment.