prisma / react-native-prisma

Apache License 2.0
165 stars 6 forks source link

Incorrect migrations path in copy-migrations.sh script #34

Open jennmueng opened 1 month ago

jennmueng commented 1 month ago

The prisma command will generate migrations in ./prisma/migrations/ not ./migrations as written in the copy-migrations.sh script:

https://github.com/prisma/react-native-prisma/blob/680b5358760b34807eab9d2b80b4128016f65ee3/copy-migrations.sh#L9C1-L9C52

sorenbs commented 3 weeks ago

Thank you for reporting this! Just so I understand - is this causing a problem for you, or is it simply a request to update the documentation?