Skip to content

Commit

Permalink
Merge pull request finos#6928 from davidwatkins73/master
Browse files Browse the repository at this point in the history
SoftwareVersion table: increase the version column size
  • Loading branch information
jessica-woodland-scott-db authored Jan 5, 2024
2 parents 3c905c8 + a7aa3e2 commit 2bc4a9e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,13 @@
</addColumn>
</changeSet>


<changeSet id="20240105-6927-1"
author="davidwatkins74">
<comment>6927: Software_Version table: increase the version column size</comment>
<modifyDataType columnName="version"
newDataType="VARCHAR(200)"
tableName="software_version" />
</changeSet>

</databaseChangeLog>

0 comments on commit 2bc4a9e

Please sign in to comment.