Skip to content

Commit

Permalink
Fix wrong column type
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanpelikan committed May 6, 2024
1 parent 55c45eb commit 44d7bec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ databaseChangeLog:
- changeSet:
id: initial_setup.yaml
author: stephanpelikan
dbms: "!oracle"
dbms: "h2"
changes:
- createTable:
tableName: CAMUNDA8_RESOURCES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ databaseChangeLog:
- changeSet:
id: issue_26.yaml#initial_setup
author: stephanpelikan
dbms: oracle
dbms: "!h2"
changes:
- createTable:
tableName: CAMUNDA8_RESOURCES
Expand Down Expand Up @@ -108,7 +108,7 @@ databaseChangeLog:
- changeSet:
id: issue_26.yaml#rename_columns
author: stephanpelikan
dbms: "!oracle"
dbms: h2
changes:
- renameColumn:
tableName: CAMUNDA8_RESOURCES
Expand Down

0 comments on commit 44d7bec

Please sign in to comment.