database migration - grails dbm-gorm-diff is updating db -


I am using grails database-migration to update my production db, but it offers a strange behavior is. I went to dbm-gorm-diff and it seems to work fine, but for some reason I'm updating without using 'dbm-update' or updating my file db or if it is deployed in war file is applied.

That which I have felt so far, it seems that there is something to trigger an update on any Operation DB on the Prod environment. And I did not know what to do.

Have you set up data-> db-create to?


Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -