Skip to content

Commit 70168d7

Browse files
committed
chore: unbreak application startup by removing double dash from a comment in a migration
The error was: liquibase.exception.SetupException: Error parsing line 9 column 44 of liquibase/version/0.4.7/2022-09-08--re_apply_column_comments.xml: The string "--" is not permitted within comments. Correction for 31c2fde commit. Relate to #1408
1 parent 31c2fde commit 70168d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/liquibase/version/0.4.7/2022-09-08--re_apply_column_comments.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd">
77

88
<!--
9-
Re-apply changes from "0.4.4/2020-05-23--modify_condition_field.xml" and put comments to the fields instead of the tables.
9+
Re-apply changes from "0.4.4/2020-05-23-modify_condition_field.xml" and put comments to the fields instead of the tables.
1010
See for details: https://github.com/liquibase/liquibase/pull/942
1111
-->
1212

0 commit comments

Comments
 (0)