You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this moment it is not possible to support multiple databases with just one config file.
A work around is having a config file for each database but this is not ideal.
It would be a good feature if a config file will support multiple databases with each its own settings and be able to execute dbpatch for that database/environment by using a parameter
The text was updated successfully, but these errors were encountered:
I would like to see this feature implemented also. Instead of executing DbPatch for each schema and associated configuration file, I wouldn't mind having a single configuration file where everything can be define. Preferably with property inheritance. Also the invocation of DbPatch should receive an argument to specify for what "branches" or "schemas" patches should be run.
Use case
A use-case for this would be applications using a SOA architecture, with loosely coupled end-points and schemas. In this situation a schema might be named after an end-point and there is no relation on database level. E.g.:
At this moment it is not possible to support multiple databases with just one config file.
A work around is having a config file for each database but this is not ideal.
It would be a good feature if a config file will support multiple databases with each its own settings and be able to execute dbpatch for that database/environment by using a parameter
The text was updated successfully, but these errors were encountered: