Buenas tardes, no pude realizar la nueva migracion, (y no me deja conectar la API y por ende el servidor, no tengo conexion con Insomina tampoco) y me arroja los siguientes errores:
ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: 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 : 1326205881
-> Resolved locally : -217505848
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
Y esto :
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2023-05-31T14:45:39.144-06:00 ERROR 3482 --- [ 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 : 1326205881
-> Resolved locally : -217505848
Either revert the changes to the migration, or run repair to update the schema history.
y
~[spring-boot-devtools-3.1.0.jar:3.1.0]
Caused by: org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation
Migration checksum mismatch for migration version 1
-> Applied to database : 1326205881
-> Resolved locally : -217505848
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
Disconnected from the target VM, address: '127.0.0.1:50137', transport: 'socket'
Process finished with exit code 0
Es bueno saber que yo realice la instalacion del plugin Database navigator para realizar la conexion.