marcinadd / projecty-web

Project management software based on spring
GNU General Public License v3.0
74 stars 74 forks source link

Add Flyway to track the sql changes #44

Closed fokion closed 4 years ago

fokion commented 4 years ago

Problem

At the moment the startup script adds the SQL file in the initialisation scripts of the MySQL. Update the project to support a flyway dependency and have the ability to migrate the schema in a trackable manner.

Requirements