What kind of things can prevent a team member from...
# orm-help
m
What kind of things can prevent a team member from changing the schema, followed by a
prisma migrate
and then checking in only the migration files and not the new schema?
f
You could probably run a CI job that diffs prisma schema and migration history. This blog post is a bit outdated but still some good help: https://www.prisma.io/blog/prisma-migrate-dx-primitives/amp