You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurred while deploying using source code
Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
at ai.chat2db.server.start.Application.lambda$main$0(Application.java:32)
at java.base/java.lang.Thread.run(Thread.java:842)
Caused by: org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation
Detected failed migration to version 2.1.2 (OPERATION).
Please remove any half-completed changes then run repair to fix the schema history.
Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE
at org.flywaydb.core.Flyway.lambda$migrate$0(Flyway.java:146)
at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:190)
at org.flywaydb.core.Flyway.migrate(Flyway.java:140)
at ai.chat2db.server.domain.repository.Dbutils.initFlyway(Dbutils.java:115)
at ai.chat2db.server.domain.repository.Dbutils.before(Dbutils.java:98)
at ai.chat2db.server.domain.repository.Dbutils.(Dbutils.java:63)
... 2 more
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
An error occurred while deploying using source code
Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
at ai.chat2db.server.start.Application.lambda$main$0(Application.java:32)
at java.base/java.lang.Thread.run(Thread.java:842)
Caused by: org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation
Detected failed migration to version 2.1.2 (OPERATION).
Please remove any half-completed changes then run repair to fix the schema history.
Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE
at org.flywaydb.core.Flyway.lambda$migrate$0(Flyway.java:146)
at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:190)
at org.flywaydb.core.Flyway.migrate(Flyway.java:140)
at ai.chat2db.server.domain.repository.Dbutils.initFlyway(Dbutils.java:115)
at ai.chat2db.server.domain.repository.Dbutils.before(Dbutils.java:98)
at ai.chat2db.server.domain.repository.Dbutils.(Dbutils.java:63)
... 2 more
Beta Was this translation helpful? Give feedback.
All reactions