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
Post a Comment