How to generate liquibase again

I have deleted liquibase changelog (too much fille) but now not able to generate the changelog. It only generate the changes but not the one generated during initial databse creation (as i already have the database). i have checked this topic Force Liquibase script generation, but no help.
Now as definned in multi database multi tenant app when i create new tenant databse it only apply addon liquibase.
How to solve this issue. (generate complete liquibase log and include it in databasechagelog.
Thanks and regards.

Successful

  1. created new database so it generated fresh complete liquibase
  2. copied the databasechangelog table from it to old existing database.

its working now.

1 Like

Next time to reduce the number of changelogs in the project consider using the Aggregate Liquibase Changelogs data store action.