How do you rollback?
Use case: During deployment, we execute the migrations, then deploy the app. If the app deployment fails, we should be able to rollback immediately because a migrate database may break the app.
a
Austin
10/21/2021, 6:09 PM
Hi Noel 👋!
Prisma does not currently support rollbacks. Our recommendation is to perform another forward migration that undoes the changes from the previous migration.
Austin
10/26/2021, 3:27 PM
Also, please add your use case or a +1 to this existing issue. Let me know if I can help with anything else!