Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • 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

Adam Feuer

Current Volunteer(s)

Ravi Chinoy

Time Estimate

30 hours

Prerequisite experience

Java, and SQL experience; Maven and Hibernate experience helpful.

Details

Steps

...

...

Complete

After successful proof of concept Mifos start using Liquibase for database upgrade process.