feat: runtime migrations
This commit is contained in:
parent
4c3d939d9a
commit
42bccd95de
3 changed files with 20 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue