Skip to content

Commit

Permalink
[22205] add liquibase update to expand local coding code column
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Jul 27, 2021
1 parent 12eb7d7 commit 5dd0bda
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bundles/ch.elexis.core.jpa/db/v3.8/elexisdb_update.xml
Expand Up @@ -15,6 +15,18 @@
</addColumn>
</changeSet>

<changeSet author="thomas" id="manual_update_CH_ELEXIS_CORE_FINDINGS_LOCALCODING_code">
<preConditions onFail="MARK_RAN">
<and>
<tableExists tableName="CH_ELEXIS_CORE_FINDINGS_LOCALCODING"/>
<columnExists tableName="CH_ELEXIS_CORE_FINDINGS_LOCALCODING"
columnName="code" />
</and>
</preConditions>
<modifyDataType tableName="CH_ELEXIS_CORE_FINDINGS_LOCALCODING"
columnName="CODE" newDataType="VARCHAR(100)" />
</changeSet>

<changeSet author="thomas" id="manual_idx2_BRIEFE">
<preConditions onFail="MARK_RAN">
<not>
Expand Down

0 comments on commit 5dd0bda

Please sign in to comment.