Hello! I have fastly changing project and have several migrations in special folder “database/migrations”, that are running before server starts. And it works for developers with old DB scheme. But if new developer tries to run our app, it has the errors connected with old tables or fields, for that we wrote migrations. So the question is - how to manage it correctly?
I found the database setting “runMigrations: false”, that could turn off prestart migrations running, but how to run them manually for my old developers who have old scheme and need migrations?
Help please ![]()
This topic has been created from a Discord post (1280957819209908295) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord