Home:ALL Converter>Is there a possibility in Liquibase to create a changelog between a changelog and a database?

Is there a possibility in Liquibase to create a changelog between a changelog and a database?

Ask Time:2022-09-01T20:48:42         Author:Jonas Menne

Json Formatter

I feel like I´m missing something obvious, but is there a maven goal (or command in normal liquibase) to create a changelog to recreate a database, but as a difference from an existing Changelog. So for example I have a Database with 3 tables and a changelog that creates 2 of these tables, and I want a goal that creates a changelog for the third table.

Using Liquibase version 4.14.0

Author:Jonas Menne,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/73569606/is-there-a-possibility-in-liquibase-to-create-a-changelog-between-a-changelog-an
yy