convert existing migration SQL statements to liquibase changelog files

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