I am using grails2.3.7 and hibernate4. However, the default database-migration plugin is not working with hibernate4. Is there any other plugin that can do the same thing but support hibernate4?
Thanks.
I am using grails2.3.7 and hibernate4. However, the default database-migration plugin is not working with hibernate4. Is there any other plugin that can do the same thing but support hibernate4?
Thanks.
The plugin is updated to support hibernate4 now.
Depending on what functionality you can do without, you may be able to use straight Liquibase in your project. It is fairly simple to setup. You could use the manual or a presentation I gave to get yourself started.
You can always look at the source of the database-migration plugin to give you clues about how to set it up if you get stuck.
The plugin is updated to support hibernate4 now.
© 2022 - 2024 — McMap. All rights reserved.