Join Slack
Powered by
What kind of things can prevent a team member from...
# orm-help
m
Matt Fysh
05/19/2022, 8:48 AM
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
Frederik
05/19/2022, 9:29 AM
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
3
Views
Open in Slack
Previous
Next