Add upgrading migration on app startup. User story: As a **developer**, I want to **set up automatic synchronization of database migrations**, so that **to ensure database consistency over time**. DoD: - [x] Upgrade migrations are launched when the application is launched. - [x] (Optional) Add a Makefile with instructions on performing migrations.