Does anyone have a practical suggestion for how to...
# prisma-whats-new
r
Does anyone have a practical suggestion for how to work with
@migrationValue
in your
types.graphql
as you move from dev to production? In dev it resets the values in my database everytime I run
gc deploy
. Are you just putting up with that and then remembering to remove them all after your first production deploy?