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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -