This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Description
If you are unsure about something and the issue is more of a question a better place to ask questions is on Stack Overflow (http://stackoverflow.com/tags/grails) or Slack (http://slack-signup.grails.org). DO NOT use the issue tracker to ask questions.
Task List
Steps to Reproduce
- Install Migration plugin as described in '2. Getting Started'
- Create migrations/changelog.groovy by whatever means.
- Create another change file by whatever means.
- $ grails dbm-register-changelog new-change.groovy
Expected Behaviour
Expected to be told file was added to changelog
Actual Behaviour
| Error Command not found dbm-register-changelog
Did you mean: dbm-create-changelog or dbm-generate-changelog or dbm-changelog-sync?
Environment Information
- Operating System: MacOS
- Grails Version: 5.1.2
- Plugin Version: 4.0.0
- Database: MySQL 8.0
- JDK Version: 11