How to rollback a database to specific date in liquibase -
i trying rollback database based on specific date.
liquibase rollbacktodate 2013-05-14 10:13:16
it throws following error:
error:unexpected date/time format.
please share exact command this.
liquibase looks date in format:
"yyyy-mm-dd't'hh:mm:ss"
so try:
2013-05-14t10:13:16
Comments
Post a Comment