1
resposta

ERRO no flyway

Estou com erro persistindo depois da criação da table de pacientes , revisei as classes , revisei a table e até refiz novamente Adicionei o comando de repair no application properties porém o erro ainda persiste

Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2023-09-05T08:39:49.123-03:00 ERROR 620 --- [  restartedMain] o.s.boot.SpringApplication               : Application run failed

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flywayInitializer' defined in class path resource [org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration$FlywayConfiguration.class]: Validate failed: Migrations have failed validation
Detected failed migration to version 3 (create-table-pacientes).
Please remove any half-completed changes then run repair to fix the schema history.
1 resposta