truly
truly
PPrisma
Created by truly on 10/29/2024 in #help-and-questions
How do you approach local development with db changes?
Hi all, I'm using a standard next.js prisma setup. I was wondering how teams approach migrations on separate branches, and handling merging and undoing them. ie if i start a migration on my branch, but decide not to keep it, how do I undo those changes when I go back to my main branch? in traditional worlds I'd run a down migration on the branch before i switch to main, curious if a similar concept exists here in prisma.
3 replies