Does anyone know what’s the best approach to reset...
# orm-help
b
Does anyone know what’s the best approach to reset everything (migrations, tables, prisma generated schemas, etc) ?
I’m still under a development db so I don’t mind starting from scratch
Just dropping the db and deleting the migrations directory is enough?
k
That's the approach I've taken so far.
sometimes you have to delete migrations to allow changes to be made. I currently have the migrations folder in my gitignore until during development
r
Yeah that should be enough @bntzio 👍
👍 1
j
Hi! If you’re interested, we’re working on Migrate and we’re looking for feedback on a new early access version 😃 Check this https://prisma.slack.com/archives/C01739JGFCM/p1604078848016200