feat: runtime migrations

This commit is contained in:
Finn Linck Ryan 2025-12-13 22:02:54 +01:00
parent 4c3d939d9a
commit 42bccd95de
3 changed files with 20 additions and 1 deletions

View file

@ -3,4 +3,5 @@ HOST=localhost
DB_URL=jdbc:postgresql://localhost:5432/homepage
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_PASSWORD=postgres
DB_MIGRATE=true