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 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