Hello hello 👋,
I'm trying to create a migration script because my data need to be migrated but as I see on Github only SQL migrations are supported. Someone did have a solution to keep prisma migrate and execute JS / TS file ?
Thanks ! ^^
p
Petr Vnenk
04/25/2022, 4:50 PM
I'm also interested in this. I know Prisma doesn't support unfortunately, but how do any of you handle migrations that need some extensive data manipulation/3rd party API calls in between migrations? Do you all actually just write it in SQL?