最近我尝试使用Grails 3.0.11运行数据库迁移插件。问题是当我运行$grails dbm-generate-gorm-changelog changelog.groovy
或$grails dbm-generate-changelog changelog.groovy
时出现以下错误:
Error occurred running Grails CLI: Task 'dbmGenerateChangelog' not found in root project
我相信这是一个简单的问题。我错过了什么?我怎样才能让它工作?
提前谢谢你!
我认为您缺少build.gradle文件上的buildscript -block的依赖项。命令已更改为分级任务。
https://github.com/grails-plugins/grails-database-migration