virtualdogbert opened a new issue, #14440: URL: https://github.com/apache/grails-core/issues/14440
### Task List - [ x ] Steps to reproduce provided - [ x ] Stacktrace (if present) provided - [ x ] Full description of the issue provided (see below) - [ x ] Link to the code that is causing this ### Steps to Reproduce 1. Run a migration script with multiple grails changes 2. Look at the DB change log: ```SELECT * FROM tdstm.DATABASECHANGELOG where DESCRIPTION='Grails Change' order by ORDEREXECUTED desc``` 3. Note the MD5SUM values are all the same ### Expected Behaviour All the MD5SUM values should be different even for grails changes and should be based off the content of the change script. ### Actual Behaviour All the MD5SUM values are the same for grails changes. ### Environment Information - **Operating System**: MAC - **Grails Version:** 2.5.5, 3.3.10, 4.0.1 - **Plugin Version:** any including the latest - **Database:** MYSQL - **JDK Version:** 1.8 The line of code responsible for this is: https://github.com/grails-plugins/grails-database-migration/blob/master/src/main/groovy/org/grails/plugins/databasemigration/liquibase/GroovyChange.groovy#L179 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
