grails / grails-database-migration

Grails® framework Database Migration Plugin
Apache License 2.0
98 stars 115 forks source link

Errors using the migration plugin with inline plugin #173

Open eoindre opened 4 years ago

eoindre commented 4 years ago

Task List

Steps to Reproduce

  1. Create dbmigration database in mysql
  2. Navigate to root app project (database-migration-example)
  3. run the migration changelog script grails dbm-generate-gorm-changelog changelog.groovy

Expected Behaviour

Plugin runs without error and creates changlog.groovy

Actual Behaviour

Plugin runs and creates changelog.groovy, but throws an error

Environment Information

Example Application