Migrating data with prisma migrate
prisma migrate is mainly used for schema migrations, and it's great for doing that. But sometimes you also need or want to migrate your data along with your schema. Turns out prisma migrate can do that as well!
I'm using RedwoodJS, and Redwood has it...
tlundberg.com5 min read