CustomSqlChange checksum

Hi!


Can you tell me exactly how liquibase calculates checksums for custom refactoring classes?


I couldn’t find any information about this in the manual.


Thanks.

It is purely based on the attributes and values in the XML of the custom change. 


If you use the extension framework with 2.0 (liquibase.org/extensions) you can have better control over how the checksums are generated.


Nathan