Subject | Re: Firebird metadata comparison |
---|---|
Author | Thomas |
Post date | 2012-12-07T19:52:59Z |
> While it might be OK for development or to consolidate existingI agree as well.
> databases to a common denominator once, relying on a metadata compare
> tool in the field, which produces some kind of incremental script, that
> gets executed automatically against a production database, is IMHO a can
> of worm. I simply wouldn't trust such a solution.
We are pretty happy using Liquibase for this. It also handles the tracking which changes have been applied and can also run different code depending on the underlying DBMS (if needed).
Another option is Flyway which uses a less restrictive approach, but basically does the same.