Hey, caught one weird migration DX hiccup: in the ...
# prisma-migrate
g
Hey, caught one weird migration DX hiccup: in the case where you rename a type, but
prisma deploy
fails due to another problem (like a typo), the type renaming still happens and is not rolled back, which then leads to confusing errors when you try to
deploy
again.
h
Looks like a bug, can you open a new issue with a small reproduction? https://github.com/prisma/prisma/issues/new?template=bug_report.md