Skip to content

Commit

Permalink
Merge pull request #112 from julianuphoff/support-ipv6-addresses
Browse files Browse the repository at this point in the history
increase max length of ip field to support ipv6 addresses
  • Loading branch information
cooperlyt authored Aug 10, 2024
2 parents 353095b + 400f71f commit fd38aac
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,10 @@
newDataType="VARCHAR(80)"
tableName="PHONE_MESSAGE_TOKEN_CODE"/>
</changeSet>
<changeSet author="cooper" id="token-code-6.3">
<modifyDataType
columnName="IP"
newDataType="VARCHAR(255)"
tableName="PHONE_MESSAGE_TOKEN_CODE"/>
</changeSet>
</databaseChangeLog>

0 comments on commit fd38aac

Please sign in to comment.