My new project is a multi database project where the codebase is the same and every client has his/her own database.
My questions:
- If I have a new client and I create a database for him/her, how to run all of the migrations for only that database?
- If I make some changes (for example a new table) how to run it on all of the databases?