WIP for activity modeling and migration.
This commit is contained in:
10
backend/src/test/resources/application-test.yml
Normal file
10
backend/src/test/resources/application-test.yml
Normal 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
|
||||
Reference in New Issue
Block a user