I assume you mean .xml rather than .xlm
1. Create a clean, empty database.
2. Apply the SQL scripts that you have to the database.
3. Run the Liquibase generateChangelog command on that database.
Note that this will only capture the end state of the database -
i.e. if you have a SQL script that creates a table, and then another
later SQL script that drops the table, the XML will not have a
<createTable> and a <dropTable>.
Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/
Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/