Skip to content

Commit

Permalink
fix default Locale choice,
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlyt committed Aug 10, 2024
1 parent 41bf0fc commit 59373e8
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,11 @@
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 59373e8

Please sign in to comment.