Remove migrations and tests

This commit is contained in:
2026-03-04 17:28:41 -07:00
parent 40c88c9162
commit 3f82142d3a
2 changed files with 1 additions and 33 deletions

View File

@@ -10,18 +10,13 @@ spring:
jpa:
hibernate:
ddl-auto: validate
ddl-auto: update
show-sql: ${JPA_SHOW_SQL:false}
properties:
hibernate:
format_sql: true
dialect: org.hibernate.dialect.MySQLDialect
flyway:
enabled: true
baseline-on-migrate: true
locations: classpath:db/migration
server:
port: ${SERVER_PORT:8080}
servlet: