Currently we're relying on Spring Boot to manage database migrations. This is not the best option, as we don't get much control over granular changes.
Spring Boot supports flyway as a database migrations tool. We should configure the initial migration before deployment in #14