Hi,
I am running Liquibase 2.0-rc5 through the command line interface against an MS SQL Server 2008 R2 Database.
It appears that when I change some value of an already applied changeSet Liquibase doesn’t complain. If I put runOnChange=true, however, a new entry is created in the database.
Also, if I run liquibase.bat update without specifying a context, the changeSet marked with context=testdata is applied anyways.
Has anybody seen this before?
Regards,
Rene