Skip to content

Commit 2e26c77

Browse files
committed
chore: update checksums of 2 migrations to unbreak deployment
In the commit 4fd2d3b (#1526) the migrations have been updated in order to add a new required parameter. That broke the checksums. See https://www.liquibase.com/blog/what-affects-changeset-checksums Fix #1557
1 parent d9a3700 commit 2e26c77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/liquibase/version/0.4.4/2020-05-23--modify_condition_field.xml

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

88
<changeSet id="modify-collections_series-condition-field" author="php-coder" context="scheme">
9+
<validCheckSum>8:e68d35a7c2773ef7e4f064a6b365a115</validCheckSum>
910

1011
<renameColumn
1112
tableName="collections_series"
@@ -27,6 +28,7 @@
2728
</changeSet>
2829

2930
<changeSet id="modify-series_sales-condition-field" author="php-coder" context="scheme">
31+
<validCheckSum>8:26084de457d9fbc7274e8828a9a9ecfc</validCheckSum>
3032

3133
<renameColumn
3234
tableName="series_sales"

0 commit comments

Comments
 (0)