For some reason, liquibase was rejecting denormalize-statuses changeset

It failed validation due to missing checksum.
This commit is contained in:
MageFroh
2013-07-14 16:09:48 +01:00
parent 2f779cbd9d
commit 6b75284593

View File

@@ -281,6 +281,7 @@
</changeSet>
<changeSet author="athou" id="denormalize-statuses">
<validCheckSum>7:c73f70fbcbc8bb30f9629028ec8ddb06</validCheckSum>
<addColumn tableName="FEEDENTRYSTATUSES">
<column name="user_id" type="BIGINT" defaultValue="1">
<constraints nullable="false" />