This commit is contained in:
@@ -11,7 +11,7 @@ spring:
|
||||
password: ${DB_PASSWORD:postgres}
|
||||
jpa:
|
||||
hibernate:
|
||||
ddl-auto: none
|
||||
ddl-auto: update
|
||||
flyway:
|
||||
url: jdbc:postgresql://${DB_URL:localhost:5432}/${DB_NAME}?currentSchema=swiss
|
||||
user: ${DB_USERNAME:postgres}
|
||||
|
||||
Reference in New Issue
Block a user