Liquibase - checksum differs with different database vendors
问题 I have a problem with Liquibase checksum when I try to run it on MSSQL and MySQL. In my MSSQL-base I have a changelog-entry with this checksum: 3:cf2f5de7a1dcc738bbc185e25fbcf6c9 When I run my liquibase against this database, it works just fine. Then, I copy the changelog-entry to my MySQL-database and try to run, and get this error: myLiquibase.xml::1::Tobb is now: 3:cedf7a8ba54ea3f83141f79 I have tried setting the checksum to null in my MSSQL in order to regenerate the checksum, and the