Skip to content

Commit

Permalink
Making a followup fix for: Add a concept_numeric.display_precision (int)
Browse files Browse the repository at this point in the history
- TRUNK-3903
  • Loading branch information
dkayiwa committed Nov 7, 2013
1 parent ed93df9 commit a9ac679
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/src/main/resources/liquibase-update-to-latest.xml
Expand Up @@ -7520,6 +7520,9 @@
</createIndex>
</changeSet>
<changeSet id="20131023-TRUNK-3903" author="k-joseph">
<preConditions onFail="MARK_RAN">
<not><columnExists tableName="concept_numeric" columnName="display_precision"/></not>
</preConditions>
<comment>Adding "display_precision" column to concept_numeric table</comment>
<addColumn tableName="concept_numeric">
<column name="display_precision" type="int" />
Expand Down

0 comments on commit a9ac679

Please sign in to comment.