My grails-project contains also tables from a legacy database. These tables must not be touched in any way by the grails-app.
Even when running in the develop environment the tables must be untouched. How can that be done?
My grails-project contains also tables from a legacy database. These tables must not be touched in any way by the grails-app.
Even when running in the develop environment the tables must be untouched. How can that be done?