buenas tardes compañeros y facilitadores
Al momento de hacer la migracion surgió el siguiente error:
Migration checksum mismatch for migration version 1
-> Applied to database : 0
-> Resolved locally : -1845231403
Either revert the changes to the migration, or run repair to update the schema history.
Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE
2023-09-17T15:27:53.332-06:00 INFO 24780 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2023-09-17T15:27:53.376-06:00 INFO 24780 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2023-09-17T15:27:53.379-06:00 INFO 24780 --- [ restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2023-09-17T15:27:53.394-06:00 INFO 24780 --- [ restartedMain] .s.b.a.l.ConditionEvaluationReportLogger :
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2023-09-17T15:27:53.408-06:00 ERROR 24780 --- [ 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
Migration checksum mismatch for migration version 1
-> Applied to database : 0
-> Resolved locally : -1845231403
Either revert the changes to the migration, or run repair to update the schema history.
Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE
cabe mencionar que la tabla si fue creada dentro de Msql
en insomia me muestra el siguiente error;
Me podrían ayudar con este error, no puedo continuar con el curso.