This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 44
55## Branches
66
7+ ** 6.0.x** Version of the plugin compatible with Grails 7 and Liquibase 4.27
8+
9+ ** 5.0.x** Version of the plugin compatible with Grails 6 and Liquibase 4.19
10+
711** 4.0.x** Version of the plugin compatible with Grails 5 and Liquibase 4.6
812
913** 3.x** Version of the plugin compatible with Grails 3 / 4 and Hibernate 5.
@@ -28,13 +32,17 @@ One popular approach is to have a root changelog named changlog.groovy (or chang
2832* 2.x: Grails 3 with Hibernate 4
2933* 3.x: Grails 3 with Hibernate 5
3034* 4.0.x Grails 5
35+ * 5.0.x Grails 6
36+ * 6.0.x Grails 7
3137
3238## Documentation
3339* Latest https://grails.github.io/grails-database-migration/latest/
3440* Grails 2: https://grails.github.io/grails-database-migration/docs/manual/index.html
3541* Grails 3 (Hibernate 4): https://grails.github.io/grails-database-migration/2.0.x/index.html
3642* Grails 3/4 (Hibernate 5): https://grails.github.io/grails-database-migration/3.0.x/index.html
3743* Grails 5 (Hibernate 5): https://grails.github.io/grails-database-migration/4.0.x/index.html
44+ * Grails 6 (Hibernate 5): https://grails.github.io/grails-database-migration/5.0.x/index.html
45+ * Grails 7 (Hibernate 5): https://grails.github.io/grails-database-migration/6.0.x/index.html
3846* Snapshot: https://grails.github.io/grails-database-migration/snapshot/index.html
3947
4048
You can’t perform that action at this time.
0 commit comments