Thomas Schühly

@tschuehly.de

Speaker: Spring I/O, Devoxx, JavaZone - Open-Source: Spring ViewComponent - htmx engineer: alanda.io - htmx blog: tschuehly.de - Indiehacker: photoquest.wedding

We need to both support Oracle and Postgres for our application. What is the correct way to support both in the database migrations? Use property substitution to replace the types that differ between oracle and postgres? docs.liquibase.com/concepts/cha... @andresalmiray.com

Substituting Properties in Changelogs

Liquibase allows dynamic substitution of properties in your changelog. The tokens to replace in your changelog are described using the ${property-name} syntax.

docs.liquibase.com