prisma / react-native-prisma

Apache License 2.0
200 stars 9 forks source link

Use prisma/migrations path for migrations script #35

Open jennmueng opened 3 months ago

jennmueng commented 3 months ago

Fixes #34

The prisma command generates the migration files in the prisma/migrations path not migrations

akodkod commented 1 month ago

I ran into the same issue and spent a few hours trying to figure out why my migrations weren't applying.

Thank you so much for saving me time, @jennmueng! 🙏

P.S. We might need to update the README or script to support multiple possible locations