Skip to content

Commit

Permalink
Fix Liquibase Changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
f11h authored Mar 24, 2022
1 parent 89e4010 commit 3e7290c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<addColumn tableName="signer_information">
<column name="deleted_at" type="DATETIME"/>
</addColumn>
<dropNotNullConstraint tableName="signer_information" columnName="signature"/>
<dropNotNullConstraint tableName="signer_information" columnName="signature" columnDataType="VARCHAR(6000)" />
</changeSet>

</databaseChangeLog>
</databaseChangeLog>

0 comments on commit 3e7290c

Please sign in to comment.