Custom Query (4 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 of 4)

1 2
Ticket Resolution Summary Owner Reporter
#6 fixed fmgVen - generate liquibase changelog xml to create database schema fmguler fmguler
Description

I was thinking to add a support class for generating SQL create table statements for the specified domain packages, but I use liquibase in my projects, and it is a good practice, so I think it is better to generate liquibase change sets.

Generated xml can be copied to a liquibase database changelog, and the database schema can be created for the Java domain objects in the specified domain package.

Note that this only includes generating initial db schema, the changes in the objects (adding a property or an object, renaming, etc) are out of the scope, they should be manually handled in liquibase changelog or db administration app.

1 2
Note: See TracQuery for help on using queries.