forked from Archives/Athou_commafeed
For some reason, liquibase was rejecting denormalize-statuses changeset
It failed validation due to missing checksum.
This commit is contained in:
@@ -281,6 +281,7 @@
|
|||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
<changeSet author="athou" id="denormalize-statuses">
|
<changeSet author="athou" id="denormalize-statuses">
|
||||||
|
<validCheckSum>7:c73f70fbcbc8bb30f9629028ec8ddb06</validCheckSum>
|
||||||
<addColumn tableName="FEEDENTRYSTATUSES">
|
<addColumn tableName="FEEDENTRYSTATUSES">
|
||||||
<column name="user_id" type="BIGINT" defaultValue="1">
|
<column name="user_id" type="BIGINT" defaultValue="1">
|
||||||
<constraints nullable="false" />
|
<constraints nullable="false" />
|
||||||
|
|||||||
Reference in New Issue
Block a user