Skip to content

Commit

Permalink
Merge pull request #410 from jfurlong/oe4.2
Browse files Browse the repository at this point in the history
Change result_signature to type "text" to allow for longer entries.
  • Loading branch information
jfurlong committed Oct 29, 2014
2 parents e767b09 + 155ecbf commit 74279d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions liquibase/OE4.2/Schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,10 @@
<column name="description_key" type="varchar(42)" />
</addColumn>
</changeSet>
<changeSet author="jfurlong" id="1">
<comment>Converts result_signature non_user_name to type text to allow for longer entreis</comment>
<sql>
alter table clinlims.result_signature alter column non_user_name type text;
</sql>
</changeSet>
</databaseChangeLog>

0 comments on commit 74279d2

Please sign in to comment.