Description
Liquibase IDs are currently calculated as an incremental counter, which make them depends on each other and may change their ID over time causing checksum error in Liquibase.
The fix is to replace these IDs with a concat of the migration and a HASH related to the operation, so these will stay stable.