How to run migrations of another app from main app

Ah, I misunderstood. Thanks for clarifying.

The only way this can be achieved then is by calling mix ecto.migrate --migration-path "/path/to/another/path". So you would have to call it twice.

1 Like