Drizzle recommended way to migrate reset
Apologies if this is a stupid question, I just recently migrated out of prisma and into drizzle. One of our common use cases for the dev DB was to run
Is there a drizzle equivalent way to do that?
yarn prisma migrate reset when we wanted to reset our DB. Is there a drizzle equivalent way to do that?