liquibase offline and databasechangelog table

I am trying out the new offline option for update2sql and it looks like the generated sql does not insert rows into the databasechangelog table.  


I can understand why liquibase might work that way but in my organization we often copy the production database back to development instances. So it would be helpful to have the script generate insert statements even though we are not referencing them when we generate our sql.


If I am the only user who has that need, I can create a workaround to import the csv file when I import my database but having the table updated is my preferred option.

Created an issue, CORE-1726, to descirbe how this feature could work.

Thanks for creating the issue. I’ll comment on there.


Nathan