Which plugin I should use for db migration for hibernate4?
Asked Answered
P

2

6

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.

Pythagoras answered 13/3, 2014 at 21:39 Comment(0)
P
0

The plugin is updated to support hibernate4 now.

database-migration

Pythagoras answered 28/5, 2014 at 13:52 Comment(0)
H
0

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.

Hattie answered 25/3, 2014 at 2:35 Comment(0)
P
0

The plugin is updated to support hibernate4 now.

database-migration

Pythagoras answered 28/5, 2014 at 13:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.