I have Flyway installed on my SpringBoot app, and the when I start the app locally it generates a certain checksum. However when I start it in production (AWS) I get different checksum. The migration script is the same in both cases.
Does Flyway calculate different checksums in different environments?