[M] Reorganize migrations

pull/109/head
Azalea Gui 2025-01-12 02:41:15 -05:00
parent 99507c7c6d
commit b5f41cdab9
198 changed files with 1 additions and 5 deletions

View File

@ -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