Hello hello :wave:, I'm trying to create a migrati...
# prisma-migrate
q
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
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?