Skip to content

Commit

Permalink
fix liquibase changelog file (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaurenz authored Apr 12, 2022
1 parent 3828702 commit b97350e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</addColumn>
<addColumn tableName="signer_information">
<column name="updated_at" type="timestamp with time zone">
<constraints nullable="false"/> >
<constraints nullable="false"/>
</column>
</addColumn>
<addColumn tableName="signer_information">
Expand Down

0 comments on commit b97350e

Please sign in to comment.