So I want to use liquibase. And the primary driver for this use is to make it easy for developers to upgrade their local databases (that they use for developing the application).
Now I’m wondering surely if I just let them use the pro version each of these databases would constitute a target?
So then what do I do?
Do I have a different config/instance of liquibase for running liquibase on the uat/dev/production environments? Is that the suggested approach?
Can they mix in this way? I’m wondering if there’s an pro features that will be useful locally… Is there anything I should be aware when taking this approach.
I’m also fairly confident I"m not the first person wanting to use liquibase in this way.