Hi,
We have a requirement to generate sql file from changeset. When we run “mvn liquibase:updateSQL” command, this does generate migrate.sql file but there is no sql script content. Only below information is written in the file. I tried with liquibase version 2.0.3 and 2.0.5.
– *********************************************************************
– Update Database Script
– *********************************************************************
– Change Log: src/main/db/ddl/db.changelog-master.xml
– Ran at: 9/3/13 6:58 PM
– Against: user@jdbc:oracle:thin:@xyz.com:1521/env
– Liquibase version: 2.0.5
– *********************************************************************
– Lock Database
– Release Database Lock
– Release Database Lock
Any hint will be greatly appreciated.
Thanks a lot.
Best Regards - Roy