Skip to content

Commit

Permalink
Change column type to BIGINT
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanpelikan committed May 8, 2024
1 parent 7f55db4 commit 4c16707
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,11 @@ databaseChangeLog:
tableName: CAMUNDA8_DEPLOYMENTS
oldColumnName: BPMN_PROCESS_ID
newColumnName: C8D_BPMN_PROCESS_ID
- changeSet:
id: issue_26.yaml#change_type_of_definition_key
author: stephanpelikan
changes:
- modifyDataType:
columnName: C8D_DEFINITION_KEY
newDataType: bigint
tableName: CAMUNDA8_DEPLOYMENTS

0 comments on commit 4c16707

Please sign in to comment.