nmdp-bioinformatics / phycus

Service used for curation of Haplotype Frequency
GNU Lesser General Public License v3.0
7 stars 23 forks source link

Flyway database migration #77

Closed fscheel closed 6 years ago

fscheel commented 6 years ago

This PR includes the changes in #74 and uses the DDL script from there as the initial db state.

With this PR forward, we use flyway as a way to migrate database changes from one version to te next. That way the database structure is just another bit of code that we can set up to the exact schema we need for the running version of PHYCuS.

This fixes #75