-
It annoys me that I have to download mysq dependencies for my project.
This works almost well and removes mysq from a lock file.
How to purge mysql and enable runtime migrations in a right way? |
Beta Was this translation helpful? Give feedback.
Answered by
muturgan
Apr 15, 2025
Replies: 2 comments 2 replies
-
After several attempts, I found a solution.
and I replace a migrate! call with:
that works correct and cleanup dependencies. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
muturgan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After several attempts, I found a solution.
I adding dependencies like this:
and I replace a migrate! call with:
that works correct and cleanup dependencies.