WIP for activity modeling and migration.

This commit is contained in:
2025-08-04 21:07:46 +03:00
parent 8a63ba1fee
commit 0bd01caf23
16 changed files with 448 additions and 482 deletions

View File

@@ -0,0 +1,10 @@
spring:
datasource:
url: jdbc:postgresql://localhost:5432/your_test_database
username: test_user
password: test_password
flyway:
enabled: true
clean-disabled: false # Allow clean in tests
locations: classpath:db/migration