Hello. Me and a colleage are working in different projects that share some models. So, we are sharing the models thru a git submodule.
Additionally, we'd like to be able to also share migrations:
In this way, my collegue's migrations would be in the folder db/migrate/other_db of my project.
How can I configure rails migrations to also run the migrations in this extra folder?