mirror of https://github.com/hykilpikonna/AquaDX
[M] Reorganize migrations
parent
99507c7c6d
commit
b5f41cdab9
|
@ -19,13 +19,9 @@ spring.servlet.multipart.max-request-size=20MB
|
|||
|
||||
spring.flyway.clean-disabled=false
|
||||
spring.flyway.baseline-on-migrate=true
|
||||
spring.flyway.locations=classpath:db/migration/{vendor}
|
||||
spring.flyway.locations=classpath:db
|
||||
spring.flyway.out-of-order=true
|
||||
spring.flyway.validate-on-migrate=false
|
||||
|
||||
spring.datasource.driver-class-name=org.sqlite.JDBC
|
||||
spring.datasource.url=jdbc:sqlite:data/db.sqlite
|
||||
spring.datasource.hikari.maximum-pool-size=1
|
||||
spring.jpa.hibernate.ddl-auto=none
|
||||
|
||||
# Force color output even in non-tty mode
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue