Is there any way to convert existing migration SQL statements to liquibase changelof files ?
Thanks !
Is there any way to convert existing migration SQL statements to liquibase changelof files ?
Thanks !
What are your existing SQL statement like? There is a tag you can use to move existing SQL into a changelog file. If you have one large sql script you would like to use but keep it separate from the changelog, you can use the tag. You can also use the tag to include all .sql files in a given directly (ran in alphabetical order)
Nathan
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Liquibase Works with Plain Old SQL | 0 | 17682 | October 27, 2021 | |
| MSSQL 2005: how to generate sql Script DIRECT from changelog.xml | 3 | 351 | June 7, 2010 | |
| How to execute a single .sql file that calls multiple scripts in one | 7 | 6300 | April 6, 2023 | |
| generateChangeLog for SQL files | 0 | 25 | April 22, 2025 | |
| Convert changeLog XML-File into SQL-File | 4 | 5567 | January 3, 2011 |