I am using Grails 2.3.5 with database migration plugin in new project for understand how it is working. But sometimes dbm-gorm-diff provide empty changelog file,even changes is there. For example,
i have the person domain class with out any properties. When initially creating change log, it will create 2 fields id and version in change log. After that, added 2fields name,age into that person class. then did dbm-update and dbm-gorm-diff that give like following.
databaseChangeLog = { }
Sometimes gives the changes. some times is not working. Please help me. Why it is working like that. Sorry for bad english.