<changeSet id="Aug050815" author="myApplication" >
<comment>Test comments 1</comment>
</changeSet>
</databaseChangeLog>
While executing the liquibase script, how to print the comment the one which is defined in the above changeset ?
<comment>Test comments 1</comment>
</changeSet>
</databaseChangeLog>
While executing the liquibase script, how to print the comment the one which is defined in the above changeset ?