-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use relative path to MIGRATIONS_DIR
instead of absolute?
#195
Comments
same for |
|
Hi @Brendonovich , I had the same reflection as @alakhpc. Although I understand your logic, what would your guidance be for compiling code that uses the library in a CI? It appears the client is not meant to be portable. In case you want to compile the code that uses the client, is the recommendation to generate the client in the CI prior to building the code? I assume many might initially fall into the trap to commit the client when they get started and then find this issue. PS: thanks for bringing Prisma to rust, great work! Edit: I think I have my answer by looking at your github workflows, before the tests it says:
|
I have the same problem. I use the pub mod prisma; If I don't include the |
I'm trying to use the migrations, which inserts
into the generated file. This however fails when you try and run it on another machine (or in docker).
Would it be better to store a relative path instead?
The text was updated successfully, but these errors were encountered: