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
H2 starting from 1.4.198 is broken and fails with error:
liquibase.exception.MigrationFailedException: Migration failed for change set classpath:/liquibase/version/0.4/2017-11-14--separate_buyers_and_sellers.xml::make-is_buyer-non-nullable::php-coder:
Reason:
classpath:/liquibase/changelog.xml : SQL Precondition failed. Expected '0' got '3'
This reverts commit f087be3.
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -505,7 +505,7 @@
505
505
<groovy.version>2.0.8</groovy.version>
506
506
507
507
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.20.RELEASE/spring-boot-dependencies/pom.xml) -->
508
-
<h2.version>1.4.199</h2.version>
508
+
<h2.version>1.4.197</h2.version>
509
509
510
510
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.20.RELEASE/spring-boot-dependencies/pom.xml) -->
0 commit comments