-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
7.6.x
-
None
Currently, creating or updating the camunda tables is located in a single command (SchmeOperationsProcessEngineBuild). This one is hard coded in the ProcessEngine#executeSchemaOperations.
To support other db migrations tools like flyway and liquibase, I plan to make this pluggable through the engine configuration, so I could decide to have a LiquibaseDBSetup instead.
PR is on its way.