prisma / migrate

Issues for Prisma Migrate are now tracked at prisma/prisma. This repo was used to track issues for Prisma Migrate Experimental and is now deprecated.
https://www.prisma.io/docs/concepts/components/prisma-migrate
Apache License 2.0
766 stars 22 forks source link

Detect failure from insufficient privileges in introspection (and migrate?) #649

Closed Jolg42 closed 3 years ago

Jolg42 commented 4 years ago

Example from https://github.com/prisma/migrate/issues/647

run npx prisma introspect

Introspecting based on datasource defined in prisma/schema.prisma …
Oops, an unexpected error occured!
[libs/sql-schema-describer/src/mysql.rs:156:53] table columns not found

The current error is not super helpful right now.