Skip to content

Commit

Permalink
increase length of reason field
Browse files Browse the repository at this point in the history
  • Loading branch information
nikinagy committed Sep 21, 2023
1 parent 1e00cfd commit 0587f27
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@
<constraints nullable="false" primaryKey="true"/>
</column>
</createTable>

<modifyDataType
columnName="reason"
newDataType="varchar(1000)"
tableName="vnode_registration_request"/>
</changeSet>
</databaseChangeLog>

0 comments on commit 0587f27

Please sign in to comment.