...
- Generating the database schema using Liquibase instead of SQL scripts
- Using Liquibase from Maven, instead of running SQL from Maven
- Having a process for updating Hibernate configurations - this can be a manual process, but needs to be documented.
- Integrating with our existing database upgrade mechanism - code modifications may be needed here.
- Ideally, we'd have a documented process for making a database change, that included: _ Updating Liquibase files _ Updating Hibernate configurations * Creating a Java database upgrade (or having this done automatically somehow)
Status -
...
Contact
Please email the mifos-developer list if you are interested in helping on this project.
Mentor
Current Volunteer(s)
Ravi Chinoy
Time Estimate
30 hours
Prerequisite experience
Java, and SQL experience; Maven and Hibernate experience helpful.
Details
Steps
...
- Introduce yourself to the community - Mailing Lists
- Fill out the Contributor Agreement
- Set up your machine for development:
- Read how to submit patches
...
Complete
After successful proof of concept Mifos start using Liquibase for database upgrade process.